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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "23243",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23243",
         "title": "Resolve discrepancies in accounting records.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23242",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23242",
         "title": "Operate typing, adding, calculating, or billing machines.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23239",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23239",
         "title": "Verify signatures and required information on checks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23246",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23246",
         "title": "Keep records of invoices and support documents.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23241",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23241",
         "title": "Perform bookkeeping work, including posting data or keeping other records concerning costs of goods or services or the shipment of goods.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23244",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23244",
         "title": "Contact customers to obtain or relay account information.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23247",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/related/tasks/23247",
         "title": "Route statements for mailing or over-the-counter delivery to customers.",
         "importance": 72,
         "category": "Core"
      }
   ]
}