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/49-9063.00/related/detailed_work_activities/4.A.3.a.1.I01.D01
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "4.A.3.a.1.I01.D01",
"title": "Prepare compounds or solutions to be used for repairs.",
"see_more": "https://api-v2.onetcenter.org/online/related_activities/results/49-9063.00?activities=4.A.3.a.1.I01.D01"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-9045.00/",
"code": "49-9045.00",
"title": "Refractory Materials Repairers, Except Brickmasons",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/",
"code": "49-3021.00",
"title": "Automotive Body and Related Repairers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/",
"code": "49-9043.00",
"title": "Maintenance Workers, Machinery",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "4.A.3.a.1.I01.D01",
"title": "Prepare compounds or solutions to be used for repairs.",
"see_more": "https://api-v2.onetcenter.org/online/related_activities/results/49-9063.00?activities=4.A.3.a.1.I01.D01"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-9045.00/",
"code": "49-9045.00",
"title": "Refractory Materials Repairers, Except Brickmasons",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/",
"code": "49-3021.00",
"title": "Automotive Body and Related Repairers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/",
"code": "49-9043.00",
"title": "Maintenance Workers, Machinery",
"tags": {
"bright_outlook": true
}
}
]
}