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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}