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/17-2072.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16363",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16363",
         "title": "Identify operational requirements for new systems to inform selection of technological solutions."
      },
      {
         "id": "16370",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16370",
         "title": "Integrate tags, readers, or software in radio frequency identification device (RFID) designs."
      },
      {
         "id": "16354",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16354",
         "title": "Perform systems analysis or programming of radio frequency identification device (RFID) technology."
      },
      {
         "id": "16359",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16359",
         "title": "Test radio frequency identification device (RFID) software to ensure proper functioning."
      },
      {
         "id": "16360",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16360",
         "title": "Select appropriate radio frequency identification device (RFID) tags and determine placement locations."
      }
   ]
}