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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/details/tasks?start=11&end=18",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1033",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1033",
         "title": "Prepare bid awards requiring board approval.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1031",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1031",
         "title": "Review, evaluate, and approve specifications for issuing and awarding bids.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1035",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1035",
         "title": "Administer online purchasing systems.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1022",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1022",
         "title": "Prepare and process requisitions and purchase orders for supplies and equipment.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1024",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/1024",
         "title": "Interview and hire staff, and oversee staff training.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21039",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3061.00/related/tasks/21039",
         "title": "Develop cost reduction strategies and savings plans.",
         "importance": 78,
         "category": "Core"
      }
   ]
}