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/19-3022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7548",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7548",
         "title": "Review, classify, and record survey data in preparation for computer analysis."
      },
      {
         "id": "7553",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7553",
         "title": "Monitor and evaluate survey progress and performance, using sample disposition reports and response rate calculations."
      },
      {
         "id": "7554",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7554",
         "title": "Produce documentation of the questionnaire development process, data collection methods, sampling designs, and decisions related to sample statistical weighting."
      },
      {
         "id": "7545",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7545",
         "title": "Prepare and present summaries and analyses of survey data, including tables, graphs, and fact sheets that describe survey techniques and results."
      },
      {
         "id": "7555",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7555",
         "title": "Determine and specify details of survey projects, including sources of information, procedures to be used, and the design of survey instruments and materials."
      }
   ]
}