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/13-1023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1146",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1146",
         "title": "Monitor and follow applicable laws and regulations."
      },
      {
         "id": "1143",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1143",
         "title": "Prepare purchase orders, solicit bid proposals, and review requisitions for goods and services."
      },
      {
         "id": "1147",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1147",
         "title": "Negotiate, renegotiate, and administer contracts with suppliers, vendors, and other representatives."
      },
      {
         "id": "1142",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1142",
         "title": "Purchase the highest quality merchandise at the lowest possible price and in correct amounts."
      },
      {
         "id": "1145",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1145",
         "title": "Analyze price proposals, financial reports, and other data and information to determine reasonable prices."
      }
   ]
}