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/11-3061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1027",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1027",
         "title": "Develop and implement purchasing and contract management instructions, policies, and procedures."
      },
      {
         "id": "1021",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1021",
         "title": "Locate vendors of materials, equipment or supplies, and interview them to determine product availability and terms of sales."
      },
      {
         "id": "1033",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1033",
         "title": "Prepare bid awards requiring board approval."
      },
      {
         "id": "1032",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1032",
         "title": "Direct and coordinate activities of personnel engaged in buying, selling, and distributing materials, equipment, machinery, and supplies."
      },
      {
         "id": "1025",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1025",
         "title": "Review purchase order claims and contracts for conformance to company policy."
      }
   ]
}