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/43-9071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "13288",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13288",
         "title": "Read job orders to determine the type of work to be done, the quantities to be produced, and the materials needed.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13301",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13301",
         "title": "Deliver completed work.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13290",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13290",
         "title": "Place original copies in feed trays, feed originals into feed rolls, or position originals on tables beneath camera lenses.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13292",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13292",
         "title": "Sort, assemble, and proof completed work.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13289",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13289",
         "title": "Operate office machines such as high speed business photocopiers, readers, scanners, addressing machines, stencil-cutting machines, microfilm readers or printers, folding and inserting machines, bursters, and binder machines.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13300",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13300",
         "title": "Complete records of production, including work volumes and outputs, materials used, and any backlogs.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13291",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13291",
         "title": "Compute prices for services and receive payment, or provide supervisors with billing information.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13293",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13293",
         "title": "Set up and adjust machines, regulating factors such as speed, ink flow, focus, and number of copies.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13295",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13295",
         "title": "Load machines with materials such as blank paper or film.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13294",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13294",
         "title": "Monitor machine operation, and make adjustments as necessary to ensure proper operation.",
         "importance": 78,
         "category": "Core"
      }
   ]
}