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-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23238",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23238",
         "title": "Verify accuracy of billing data and revise any errors."
      },
      {
         "id": "23243",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23243",
         "title": "Resolve discrepancies in accounting records."
      },
      {
         "id": "23240",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23240",
         "title": "Prepare itemized statements, bills, or invoices and record amounts due for items purchased or services rendered."
      },
      {
         "id": "23242",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23242",
         "title": "Operate typing, adding, calculating, or billing machines."
      },
      {
         "id": "23237",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23237",
         "title": "Post stop-payment notices to prevent payment of protested checks."
      }
   ]
}