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/25-1064.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 25,
"next": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/summary/tasks?start=6&end=10",
"task": [
{
"id": "6011",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6011",
"title": "Prepare course materials, such as syllabi, homework assignments, and handouts."
},
{
"id": "6006",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6006",
"title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as urbanization, environmental systems, and cultural geography."
},
{
"id": "6017",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6017",
"title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media."
},
{
"id": "6007",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6007",
"title": "Evaluate and grade students' class work, assignments, and papers."
},
{
"id": "6008",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6008",
"title": "Compile, administer, and grade examinations, or assign this work to others."
}
]
}
"start": 1,
"end": 5,
"total": 25,
"next": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/summary/tasks?start=6&end=10",
"task": [
{
"id": "6011",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6011",
"title": "Prepare course materials, such as syllabi, homework assignments, and handouts."
},
{
"id": "6006",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6006",
"title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as urbanization, environmental systems, and cultural geography."
},
{
"id": "6017",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6017",
"title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media."
},
{
"id": "6007",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6007",
"title": "Evaluate and grade students' class work, assignments, and papers."
},
{
"id": "6008",
"related": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/related/tasks/6008",
"title": "Compile, administer, and grade examinations, or assign this work to others."
}
]
}