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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7546",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7546",
         "title": "Consult with clients to identify survey needs and specific requirements, such as special samples.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7550",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7550",
         "title": "Conduct surveys and collect data, using methods such as interviews, questionnaires, focus groups, market analysis surveys, public opinion polls, literature reviews, and file reviews.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7556",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7556",
         "title": "Support, plan, and coordinate operations for single or multiple surveys.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7549",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7549",
         "title": "Conduct research to gather information about survey topics.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7552",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3022.00/related/tasks/7552",
         "title": "Direct and review the work of staff members, including survey support staff and interviewers who gather survey data.",
         "importance": 86,
         "category": "Core"
      }
   ]
}