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/11-9131.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "20842",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/20842",
         "title": "Monitor employees' work schedules and attendance for payroll purposes.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "5260",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5260",
         "title": "Organize and supervise activities, such as the processing of incoming and outgoing mail.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "5262",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5262",
         "title": "Resolve customer complaints.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5264",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5264",
         "title": "Prepare employee work schedules.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "5261",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5261",
         "title": "Direct and coordinate operational, management, and supportive services of one or a number of postal facilities.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5263",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5263",
         "title": "Hire and train employees, and evaluate their performance.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5265",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5265",
         "title": "Prepare and submit detailed and summary reports of post office activities to designated supervisors.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "5266",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5266",
         "title": "Negotiate labor disputes.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5270",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5270",
         "title": "Select and train postmasters and managers of associate postal units.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "5269",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5269",
         "title": "Inform the public of available services, and of postal laws and regulations.",
         "importance": 74,
         "category": "Supplemental"
      }
   ]
}