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/53-1044.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23696",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/related/tasks/23696",
         "title": "Analyze and record personnel or operational data and write related activity reports."
      },
      {
         "id": "23697",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/related/tasks/23697",
         "title": "Apply customer feedback to service improvement efforts."
      },
      {
         "id": "23698",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/related/tasks/23698",
         "title": "Compute or estimate cash, payroll, transportation, or personnel requirements."
      },
      {
         "id": "23699",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/related/tasks/23699",
         "title": "Confer with customers, supervisors, contractors, or other personnel to exchange information or to resolve problems."
      },
      {
         "id": "23700",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/related/tasks/23700",
         "title": "Direct or coordinate the activities of workers, such as flight or car attendants."
      }
   ]
}