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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1159",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1159",
         "title": "Formulate policies and procedures for bid proposals and procurement of goods and services.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "1156",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1156",
         "title": "Hire, train, or supervise purchasing clerks, buyers, and expediters.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1151",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1151",
         "title": "Maintain and review computerized or manual records of purchased items, costs, deliveries, product performance, and inventories.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1144",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1144",
         "title": "Research and evaluate suppliers, based on price, quality, selection, service, support, availability, reliability, production and distribution capabilities, and the supplier's reputation and history.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1149",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1023.00/related/tasks/1149",
         "title": "Confer with staff, users, and vendors to discuss defective or unacceptable goods or services and determine corrective action.",
         "importance": 75,
         "category": "Core"
      }
   ]
}