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/33-9021.00/summary/detailed_work_activities
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 12,
"next": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/summary/detailed_work_activities?start=6&end=10",
"activity": [
{
"id": "4.A.3.b.6.I02.D06",
"title": "Prepare investigation or incident reports.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.3.b.6.I02.D06"
},
{
"id": "4.A.1.a.1.I15.D02",
"title": "Investigate personal characteristics or activities of individuals.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I15.D02"
},
{
"id": "4.A.1.a.1.I03.D05",
"title": "Examine records or other types of data to investigate criminal activities.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I03.D05"
},
{
"id": "4.A.1.a.1.I04.D02",
"title": "Use databases to locate investigation details or other information.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I04.D02"
},
{
"id": "4.A.1.a.1.I03.D03",
"title": "Investigate crimes committed within organizations.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I03.D03"
}
]
}
"start": 1,
"end": 5,
"total": 12,
"next": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/summary/detailed_work_activities?start=6&end=10",
"activity": [
{
"id": "4.A.3.b.6.I02.D06",
"title": "Prepare investigation or incident reports.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.3.b.6.I02.D06"
},
{
"id": "4.A.1.a.1.I15.D02",
"title": "Investigate personal characteristics or activities of individuals.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I15.D02"
},
{
"id": "4.A.1.a.1.I03.D05",
"title": "Examine records or other types of data to investigate criminal activities.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I03.D05"
},
{
"id": "4.A.1.a.1.I04.D02",
"title": "Use databases to locate investigation details or other information.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I04.D02"
},
{
"id": "4.A.1.a.1.I03.D03",
"title": "Investigate crimes committed within organizations.",
"related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I03.D03"
}
]
}