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/29-2031.00/summary/work_styles
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 16,
"next": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/summary/work_styles?start=6&end=10",
"element": [
{
"id": "1.C.3.b",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.3.b",
"name": "Concern for Others",
"description": "Job requires being sensitive to others' needs and feelings and being understanding and helpful on the job."
},
{
"id": "1.C.5.b",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/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.3.a",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.3.a",
"name": "Cooperation",
"description": "Job requires being pleasant with others on the job and displaying a good-natured, cooperative attitude."
},
{
"id": "1.C.5.a",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.5.a",
"name": "Dependability",
"description": "Job requires being reliable, responsible, and dependable, and fulfilling obligations."
},
{
"id": "1.C.4.b",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.4.b",
"name": "Stress Tolerance",
"description": "Job requires accepting criticism and dealing calmly and effectively with high-stress situations."
}
]
}
"start": 1,
"end": 5,
"total": 16,
"next": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/summary/work_styles?start=6&end=10",
"element": [
{
"id": "1.C.3.b",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.3.b",
"name": "Concern for Others",
"description": "Job requires being sensitive to others' needs and feelings and being understanding and helpful on the job."
},
{
"id": "1.C.5.b",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/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.3.a",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.3.a",
"name": "Cooperation",
"description": "Job requires being pleasant with others on the job and displaying a good-natured, cooperative attitude."
},
{
"id": "1.C.5.a",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.5.a",
"name": "Dependability",
"description": "Job requires being reliable, responsible, and dependable, and fulfilling obligations."
},
{
"id": "1.C.4.b",
"related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/work_styles/1.C.4.b",
"name": "Stress Tolerance",
"description": "Job requires accepting criticism and dealing calmly and effectively with high-stress situations."
}
]
}