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-2051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21579",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21579",
         "title": "Advise clients on aspects of capitalization, such as amounts, sources, or timing."
      },
      {
         "id": "21580",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21580",
         "title": "Analyze financial or operational performance of companies facing financial difficulties to identify or recommend remedies."
      },
      {
         "id": "21581",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21581",
         "title": "Assess companies as investments for clients by examining company facilities."
      },
      {
         "id": "21582",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21582",
         "title": "Collaborate on projects with other professionals, such as lawyers, accountants, or public relations experts."
      },
      {
         "id": "21583",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21583",
         "title": "Collaborate with investment bankers to attract new corporate clients."
      }
   ]
}