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-5052.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20906",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/20906",
         "title": "Scan labels on letters or parcels to confirm receipt."
      },
      {
         "id": "11341",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11341",
         "title": "Obtain signed receipts for registered, certified, and insured mail, collect associated charges, and complete any necessary paperwork."
      },
      {
         "id": "11344",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11344",
         "title": "Return to the post office with mail collected from homes, businesses, and public mailboxes."
      },
      {
         "id": "11342",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11342",
         "title": "Sort mail for delivery, arranging it in delivery sequence."
      },
      {
         "id": "11343",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11343",
         "title": "Deliver mail to residences and business establishments along specified routes by walking or driving, using a combination of satchels, carts, cars, and small trucks."
      }
   ]
}