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/27-4032.00/summary/skills
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 11,
"next": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/summary/skills?start=6&end=10",
"element": [
{
"id": "2.A.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.1.b",
"name": "Active Listening",
"description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times."
},
{
"id": "2.A.2.a",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.2.a",
"name": "Critical Thinking",
"description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems."
},
{
"id": "2.A.1.a",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.1.a",
"name": "Reading Comprehension",
"description": "Understanding written sentences and paragraphs in work-related documents."
},
{
"id": "2.A.2.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.2.b",
"name": "Active Learning",
"description": "Understanding the implications of new information for both current and future problem-solving and decision-making."
},
{
"id": "2.B.2.i",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.B.2.i",
"name": "Complex Problem Solving",
"description": "Identifying complex problems and reviewing related information to develop and evaluate options and implement solutions."
}
]
}
"start": 1,
"end": 5,
"total": 11,
"next": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/summary/skills?start=6&end=10",
"element": [
{
"id": "2.A.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.1.b",
"name": "Active Listening",
"description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times."
},
{
"id": "2.A.2.a",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.2.a",
"name": "Critical Thinking",
"description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems."
},
{
"id": "2.A.1.a",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.1.a",
"name": "Reading Comprehension",
"description": "Understanding written sentences and paragraphs in work-related documents."
},
{
"id": "2.A.2.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.A.2.b",
"name": "Active Learning",
"description": "Understanding the implications of new information for both current and future problem-solving and decision-making."
},
{
"id": "2.B.2.i",
"related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/skills/2.B.2.i",
"name": "Complex Problem Solving",
"description": "Identifying complex problems and reviewing related information to develop and evaluate options and implement solutions."
}
]
}