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-9081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "5159",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/5159",
         "title": "Mark copy to indicate and correct errors in type, arrangement, grammar, punctuation, or spelling, using standard printers' marks.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "5160",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/5160",
         "title": "Read corrected copies or proofs to ensure that all corrections have been made.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5158",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/5158",
         "title": "Correct or record omissions, errors, or inconsistencies found.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5161",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/5161",
         "title": "Compare information or figures on one record against same data on other records, or with original copy, to detect errors.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5163",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/5163",
         "title": "Route proofs with marked corrections to authors, editors, typists, or typesetters for correction or reprinting.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5162",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/5162",
         "title": "Consult reference books or secure aid of readers to check references with rules of grammar and composition.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20907",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/20907",
         "title": "Consult with authors and editors regarding manuscript changes and suggestions.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20908",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/20908",
         "title": "Archive documents, conduct research, and read copy, using the internet and various computer programs.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20909",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/20909",
         "title": "Write original content, such as headlines, cutlines, captions, and cover copy.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "20910",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/related/tasks/20910",
         "title": "Typeset and measure dimensions, spacing, and positioning of page elements, such as copy and illustrations, to verify conformance to specifications, using printer's ruler or layout software.",
         "importance": 82,
         "category": "Supplemental"
      }
   ]
}