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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/details/tasks?start=11&end=18",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16128",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16128",
         "title": "Design and implement warehouse database structures.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "16127",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16127",
         "title": "Develop or maintain standards, such as organization, structure, or nomenclature, for the design of data warehouse elements, such as data architectures, models, tools, and databases.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16118",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16118",
         "title": "Provide or coordinate troubleshooting support for data warehouses.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "16120",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16120",
         "title": "Write new programs or modify existing programs to meet customer requirements, using current programming languages and technologies.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "16133",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16133",
         "title": "Design, implement, or operate comprehensive data warehouse systems to balance optimization of data access with batch loading and resource utilization factors, according to customer requirements.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "16123",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.01/related/tasks/16123",
         "title": "Perform system analysis, data analysis or programming, using a variety of computer languages and procedures.",
         "importance": 71,
         "category": "Core"
      }
   ]
}