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/15-1243.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16132",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16132",
         "title": "Develop data warehouse process models, including sourcing, loading, transformation, and extraction."
      },
      {
         "id": "16121",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16121",
         "title": "Verify the structure, accuracy, or quality of warehouse data."
      },
      {
         "id": "16124",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16124",
         "title": "Map data between source systems, data warehouses, and data marts."
      },
      {
         "id": "16126",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16126",
         "title": "Develop and implement data extraction procedures from other systems, such as administration, billing, or claims."
      },
      {
         "id": "16128",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16128",
         "title": "Design and implement warehouse database structures."
      }
   ]
}