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

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/13-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12870",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12870",
         "title": "Keep informed of industry trends and deals.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "12866",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12866",
         "title": "Confer with clients to develop strategies for their careers, and to explain actions taken on their behalf.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "12867",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12867",
         "title": "Develop contacts with individuals and organizations, and apply effective strategies and techniques to ensure their clients' success.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "12868",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12868",
         "title": "Schedule promotional or performance engagements for clients.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "12873",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12873",
         "title": "Arrange meetings concerning issues involving their clients.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "12871",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1011.00/related/tasks/12871",
         "title": "Manage business and financial affairs for clients, such as arranging travel and lodging, selling tickets, and directing marketing and advertising activities.",
         "importance": 63,
         "category": "Supplemental"
      }
   ]
}