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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 73,
         "category": "Core"
      },
      {
         "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.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16361",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16361",
         "title": "Perform site analyses to determine system configurations, processes to be impacted, or on-site obstacles to technology implementation.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16362",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16362",
         "title": "Perform acceptance testing on newly installed or updated systems.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16366",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16366",
         "title": "Determine means of integrating radio frequency identification device (RFID) into other applications.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16353",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16353",
         "title": "Provide technical support for radio frequency identification device (RFID) technology.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16371",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.01/related/tasks/16371",
         "title": "Collect data about existing client hardware, software, networking, or key business processes to inform implementation of radio frequency identification device (RFID) technology.",
         "importance": 70,
         "category": "Core"
      }
   ]
}