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-9022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "791",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/791",
         "title": "Perform other clerical duties, such as answering telephone, sorting and distributing mail, running errands or sending faxes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "790",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/790",
         "title": "Check completed work for spelling, grammar, punctuation, and format.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "794",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/794",
         "title": "File and store completed documents on computer hard drive or disk, or maintain a computer filing system to store, retrieve, update, and delete documents.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "795",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/795",
         "title": "Print and make copies of work.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "805",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/805",
         "title": "Transmit work electronically to other locations.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "803",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/803",
         "title": "Address envelopes or prepare envelope labels, using typewriter or computer.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "793",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/793",
         "title": "Type correspondence, reports, text and other written material from rough drafts, corrected copies, voice recordings, dictation, or previous versions, using a computer, word processor, or typewriter.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "792",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/792",
         "title": "Gather, register, and arrange the material to be typed, following instructions.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "797",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/797",
         "title": "Compute and verify totals on report forms, requisitions, or bills, using adding machine or calculator.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "796",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/796",
         "title": "Keep records of work performed.",
         "importance": 71,
         "category": "Core"
      }
   ]
}