Reference Manual (API Version 1.9)
- Overview
- My Next Move Services
- Mi Próximo Paso Services
- My Next Move for Veterans Services
- O*NET OnLine Services
- Taxonomy Services
- Database Services
Full summary report
https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/summary/
JSON
XML
{
"code" : "17-2051.00",
"display" : "short",
"occupation" : { ... },
"tasks" : { ... },
"technology_skills" : { ... },
"tools_used" : { ... },
"tools_technology" : { ... },
"knowledge" : { ... },
"skills" : { ... },
"abilities" : { ... },
"work_activities" : { ... },
"detailed_work_activities" : { ... },
"work_context" : { ... },
"job_zone" : { ... },
"education" : { ... },
"interests" : { ... },
"work_styles" : { ... },
"work_values" : { ... },
"related_occupations" : { ... },
"additional_information" : { ... }
}
"code" : "17-2051.00",
"display" : "short",
"occupation" : { ... },
"tasks" : { ... },
"technology_skills" : { ... },
"tools_used" : { ... },
"tools_technology" : { ... },
"knowledge" : { ... },
"skills" : { ... },
"abilities" : { ... },
"work_activities" : { ... },
"detailed_work_activities" : { ... },
"work_context" : { ... },
"job_zone" : { ... },
"education" : { ... },
"interests" : { ... },
"work_styles" : { ... },
"work_values" : { ... },
"related_occupations" : { ... },
"additional_information" : { ... }
}
JSON
XML
<summary_report code="17-2051.00" display="short">
<occupation> ... </occupation>
<tasks> ... </tasks>
<technology_skills> ... </technology_skills>
<tools_used> ... </tools_used>
<tools_technology> ... </tools_technology>
<knowledge> ... </knowledge>
<skills> ... </skills>
<abilities> ... </abilities>
<work_activities> ... </work_activities>
<detailed_work_activities> ... </detailed_work_activities>
<work_context> ... </work_context>
<job_zone> ... </job_zone>
<education> ... </education>
<interests> ... </interests>
<work_styles> ... </work_styles>
<work_values> ... </work_values>
<related_occupations> ... </related_occupations>
<additional_information> ... </additional_information>
</summary_report>
<occupation> ... </occupation>
<tasks> ... </tasks>
<technology_skills> ... </technology_skills>
<tools_used> ... </tools_used>
<tools_technology> ... </tools_technology>
<knowledge> ... </knowledge>
<skills> ... </skills>
<abilities> ... </abilities>
<work_activities> ... </work_activities>
<detailed_work_activities> ... </detailed_work_activities>
<work_context> ... </work_context>
<job_zone> ... </job_zone>
<education> ... </education>
<interests> ... </interests>
<work_styles> ... </work_styles>
<work_values> ... </work_values>
<related_occupations> ... </related_occupations>
<additional_information> ... </additional_information>
</summary_report>
This response returns information from the occupation overview and all of the specific Summary report services. Clients interested in a variety of occupation data may use this call to retrieve information in fewer requests.
In most report sections, up to 5 items are returned by default. To see all important items in each report section, set the optional display parameter to long. This is equivalent to setting the parameter on each of the individual report services.
Important: The response may include a tools_technology element, which is included for backward compatibility only. It will be removed in a future release and should not be used in new applications. Please use the technology_skills and tools_used elements instead.
In this section
- Summary report
- Tasks summary
- Technology Skills summary
- Tools Used summary
- Knowledge summary
- Skills summary
- Abilities summary
- Work Activities summary
- Detailed Work Activities summary
- Work Context summary
- Job Zone summary
- Education summary
- Interests summary
- Work Styles summary
- Work Values summary
- Related Occupations summary
- Sources of Additional Information summary
- Full summary report