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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "11351",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11351",
         "title": "Meet schedules for the collection and return of mail.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "11346",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11346",
         "title": "Sign for cash-on-delivery and registered mail before leaving the post office.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11348",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11348",
         "title": "Hold mail for customers who are away from delivery locations.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11345",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11345",
         "title": "Turn in money and receipts collected along mail routes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11350",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/related/tasks/11350",
         "title": "Leave notices telling patrons where to collect mail that could not be delivered.",
         "importance": 85,
         "category": "Core"
      }
   ]
}