Interactive Demo
This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.
Request
Response
URL:
https://api-v2.onetcenter.org/online/occupations/51-3022.00/related/tasks/8797
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "8797",
"title": "Cut and trim meat to prepare for packing.",
"see_more": "https://api-v2.onetcenter.org/online/job_duties/results/51-3022.00?tasks=8797"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/",
"code": "51-3023.00",
"title": "Slaughterers and Meat Packers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/",
"code": "51-3021.00",
"title": "Butchers and Meat Cutters",
"tags": {}
}
]
}
"summary": {
"id": "8797",
"title": "Cut and trim meat to prepare for packing.",
"see_more": "https://api-v2.onetcenter.org/online/job_duties/results/51-3022.00?tasks=8797"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/",
"code": "51-3023.00",
"title": "Slaughterers and Meat Packers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/",
"code": "51-3021.00",
"title": "Butchers and Meat Cutters",
"tags": {}
}
]
}