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/41-2022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "2430",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2430",
         "title": "Receive payment or obtain credit authorization.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "20776",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20776",
         "title": "Assist customers, such as responding to customer complaints and updating them about back-ordered parts.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20775",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20775",
         "title": "Fill customer orders from stock, and place orders when requested items are out of stock.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2427",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2427",
         "title": "Receive and fill telephone orders for parts.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20777",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20777",
         "title": "Locate and label parts, and maintain inventory of stock.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2429",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2429",
         "title": "Prepare sales slips or sales contracts.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2425",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2425",
         "title": "Read catalogs, microfiche viewers, or computer displays to determine replacement part stock numbers and prices.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2426",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2426",
         "title": "Determine replacement parts required, according to inspections of old parts, customer requests, or customers' descriptions of malfunctions.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2433",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2433",
         "title": "Examine returned parts for defects, and exchange defective parts or refund money.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "20780",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20780",
         "title": "Manage shipments by researching shipping methods or costs and tracking packages.",
         "importance": 81,
         "category": "Core"
      }
   ]
}