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-1299.07/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21806",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/related/tasks/21806",
         "title": "Assess blockchain threats, such as untested code and unprotected keys."
      },
      {
         "id": "21807",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/related/tasks/21807",
         "title": "Automate the deployment of software updates over geographically distributed network nodes."
      },
      {
         "id": "21808",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/related/tasks/21808",
         "title": "Design and deploy blockchain design patterns to make transactions secure, transparent, and immutable."
      },
      {
         "id": "21809",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/related/tasks/21809",
         "title": "Design and develop blockchain technologies for industries such as finance and music."
      },
      {
         "id": "21810",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/related/tasks/21810",
         "title": "Design and implement dashboard and data visualizations to meet customer reporting needs."
      }
   ]
}