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-4061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12963",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12963",
         "title": "Design and create special programs for tasks such as statistical analysis and data entry and cleaning.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12953",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12953",
         "title": "Provide assistance with the preparation of project-related reports, manuscripts, and presentations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12957",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12957",
         "title": "Prepare tables, graphs, fact sheets, and written reports summarizing research results.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12955",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12955",
         "title": "Perform descriptive and multivariate statistical analyses of data, using computer software.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12956",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12956",
         "title": "Verify the accuracy and validity of data entered in databases, correcting any errors.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12959",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12959",
         "title": "Develop and implement research quality control procedures.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "12952",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12952",
         "title": "Prepare, manipulate, and manage extensive databases.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "12962",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12962",
         "title": "Perform data entry and other clerical work as required for project completion.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "12960",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12960",
         "title": "Conduct internet-based and library research.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "12961",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12961",
         "title": "Present research findings to groups of people.",
         "importance": 62,
         "category": "Core"
      }
   ]
}