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/43-4031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23267",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23267",
         "title": "Evaluate information on applications to verify completeness and accuracy and to determine whether applicants are qualified to obtain desired licenses."
      },
      {
         "id": "23284",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23284",
         "title": "Perform administrative tasks, such as answering telephone calls, filing court documents, or maintaining office supplies or equipment."
      },
      {
         "id": "23268",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23268",
         "title": "Verify the authenticity of documents, such as foreign identification or immigration documents."
      },
      {
         "id": "23269",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23269",
         "title": "Record and edit the minutes of meetings and distribute to appropriate officials or staff members."
      },
      {
         "id": "23270",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23270",
         "title": "Question applicants to obtain required information, such as name, address, or age, and record data on prescribed forms."
      }
   ]
}