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/19-2041.03/summary/work_styles
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 14,
"next": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/summary/work_styles?start=6&end=10",
"element": [
{
"id": "1.C.7.b",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.7.b",
"name": "Analytical Thinking",
"description": "Job requires analyzing information and using logic to address work-related issues and problems."
},
{
"id": "1.C.5.b",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.5.b",
"name": "Attention to Detail",
"description": "Job requires being careful about detail and thorough in completing work tasks."
},
{
"id": "1.C.5.c",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.5.c",
"name": "Integrity",
"description": "Job requires being honest and ethical."
},
{
"id": "1.C.1.c",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.1.c",
"name": "Initiative",
"description": "Job requires a willingness to take on responsibilities and challenges."
},
{
"id": "1.C.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.1.b",
"name": "Persistence",
"description": "Job requires persistence in the face of obstacles."
}
]
}
"start": 1,
"end": 5,
"total": 14,
"next": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/summary/work_styles?start=6&end=10",
"element": [
{
"id": "1.C.7.b",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.7.b",
"name": "Analytical Thinking",
"description": "Job requires analyzing information and using logic to address work-related issues and problems."
},
{
"id": "1.C.5.b",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.5.b",
"name": "Attention to Detail",
"description": "Job requires being careful about detail and thorough in completing work tasks."
},
{
"id": "1.C.5.c",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.5.c",
"name": "Integrity",
"description": "Job requires being honest and ethical."
},
{
"id": "1.C.1.c",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.1.c",
"name": "Initiative",
"description": "Job requires a willingness to take on responsibilities and challenges."
},
{
"id": "1.C.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/work_styles/1.C.1.b",
"name": "Persistence",
"description": "Job requires persistence in the face of obstacles."
}
]
}