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/17-2141.00/related/detailed_work_activities/4.A.1.b.1.I02.D05
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "4.A.1.b.1.I02.D05",
"title": "Identify new applications for existing technologies.",
"see_more": "https://api-v2.onetcenter.org/online/related_activities/results/17-2141.00?activities=4.A.1.b.1.I02.D05"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/",
"code": "17-2199.09",
"title": "Nanosystems Engineers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/17-2199.07/",
"code": "17-2199.07",
"title": "Photonics Engineers",
"tags": {}
}
]
}
"summary": {
"id": "4.A.1.b.1.I02.D05",
"title": "Identify new applications for existing technologies.",
"see_more": "https://api-v2.onetcenter.org/online/related_activities/results/17-2141.00?activities=4.A.1.b.1.I02.D05"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/",
"code": "17-2199.09",
"title": "Nanosystems Engineers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/17-2199.07/",
"code": "17-2199.07",
"title": "Photonics Engineers",
"tags": {}
}
]
}