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/13-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 14,
"next": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/summary/tasks?start=6&end=10",
"task": [
{
"id": "12865",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12865",
"title": "Collect fees, commissions, or other payments, according to contract terms."
},
{
"id": "21163",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/21163",
"title": "Send samples of clients' work and other promotional material to potential employers to obtain auditions, sponsorships, or endorsement deals."
},
{
"id": "12870",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12870",
"title": "Keep informed of industry trends and deals."
},
{
"id": "12872",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12872",
"title": "Conduct auditions or interviews to evaluate potential clients."
},
{
"id": "12869",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12869",
"title": "Negotiate with managers, promoters, union officials, and other persons regarding clients' contractual rights and obligations."
}
]
}
"start": 1,
"end": 5,
"total": 14,
"next": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/summary/tasks?start=6&end=10",
"task": [
{
"id": "12865",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12865",
"title": "Collect fees, commissions, or other payments, according to contract terms."
},
{
"id": "21163",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/21163",
"title": "Send samples of clients' work and other promotional material to potential employers to obtain auditions, sponsorships, or endorsement deals."
},
{
"id": "12870",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12870",
"title": "Keep informed of industry trends and deals."
},
{
"id": "12872",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12872",
"title": "Conduct auditions or interviews to evaluate potential clients."
},
{
"id": "12869",
"related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12869",
"title": "Negotiate with managers, promoters, union officials, and other persons regarding clients' contractual rights and obligations."
}
]
}