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/33-9099.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17561",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17561",
         "title": "Investigate known or suspected internal theft, external theft, or vendor fraud."
      },
      {
         "id": "17560",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17560",
         "title": "Implement or monitor processes to reduce property or financial losses."
      },
      {
         "id": "17565",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17565",
         "title": "Identify and report merchandise or stock shortages."
      },
      {
         "id": "17567",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17567",
         "title": "Maintain documentation or reports on security-related incidents or investigations."
      },
      {
         "id": "17575",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17575",
         "title": "Apprehend shoplifters in accordance with guidelines."
      }
   ]
}