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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23271",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23271",
         "title": "Issue public notification of all official activities or meetings.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23272",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23272",
         "title": "Record and maintain all vital and fiscal records and accounts.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23278",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23278",
         "title": "Record case dispositions, court orders, or arrangements made for payment of court fees.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23273",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23273",
         "title": "Answer questions or provide advice to the public regarding licensing policies, procedures, or regulations.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23274",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4031.00/related/tasks/23274",
         "title": "Prepare meeting agendas or packets of related information.",
         "importance": 89,
         "category": "Core"
      }
   ]
}