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-5051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "11322",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11322",
         "title": "Weigh letters and parcels, compute mailing costs based on type, weight, and destination, and affix correct postage.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "11326",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11326",
         "title": "Check mail to ensure correct postage and that packages and letters are in proper condition for mailing.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11330",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11330",
         "title": "Sort incoming and outgoing mail, according to type and destination, by hand or by operating electronic mail-sorting and scanning devices.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11323",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11323",
         "title": "Obtain signatures from recipients of registered or special delivery mail.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11327",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11327",
         "title": "Answer questions regarding mail regulations and procedures, postage rates, and post office boxes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11338",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11338",
         "title": "Transport mail from one work station to another.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11325",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11325",
         "title": "Sell and collect payment for products such as stamps, prepaid mail envelopes, and money orders.",
         "importance": 92,
         "category": "Supplemental"
      },
      {
         "id": "11321",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11321",
         "title": "Keep money drawers in order, and record and balance daily transactions.",
         "importance": 91,
         "category": "Supplemental"
      },
      {
         "id": "11324",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11324",
         "title": "Register, certify, and insure letters and parcels.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "11328",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/related/tasks/11328",
         "title": "Complete forms regarding changes of address, or theft or loss of mail, or for special services such as registered or priority mail.",
         "importance": 86,
         "category": "Supplemental"
      }
   ]
}