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/27-1026.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1026.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9263",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1026.00/related/tasks/9263",
         "title": "Plan commercial displays to entice and appeal to customers."
      },
      {
         "id": "9269",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1026.00/related/tasks/9269",
         "title": "Arrange properties, furniture, merchandise, backdrops, or other accessories, as shown in prepared sketches."
      },
      {
         "id": "9265",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1026.00/related/tasks/9265",
         "title": "Change or rotate window displays, interior display areas, or signage to reflect changes in inventory or promotion."
      },
      {
         "id": "9264",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1026.00/related/tasks/9264",
         "title": "Place prices or descriptive signs on backdrops, fixtures, merchandise, or floor."
      },
      {
         "id": "20752",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1026.00/related/tasks/20752",
         "title": "Consult with store managers, buyers, sales associates, housekeeping staff, or engineering staff to determine appropriate placement of displays or products."
      }
   ]
}