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-9051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "13268",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13268",
         "title": "Wrap packages or bundles by hand, or by using tying machines.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13261",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13261",
         "title": "Verify that items are addressed correctly, marked with the proper postage, and in suitable condition for processing.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13276",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13276",
         "title": "Remove containers of sorted mail or parcels and transfer them to designated areas according to established procedures.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13264",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13264",
         "title": "Sort and route incoming mail, and collect outgoing mail, using carts as necessary.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13260",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13260",
         "title": "Affix postage to packages or letters by hand, or stamp materials, using postage meters.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13266",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13266",
         "title": "Determine manner in which mail is to be sent, and prepare it for delivery to mailing facilities.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13282",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13282",
         "title": "Accept and check containers of mail or parcels from large volume mailers, couriers, and contractors.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13259",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13259",
         "title": "Seal or open envelopes, by hand or by using machines.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13265",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13265",
         "title": "Weigh packages or letters to determine postage needed, using weighing scales and rate charts.",
         "importance": 83,
         "category": "Supplemental"
      },
      {
         "id": "13275",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9051.00/related/tasks/13275",
         "title": "Inspect mail machine output for defects and determine how to eliminate causes of any defects.",
         "importance": 82,
         "category": "Supplemental"
      }
   ]
}