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-3041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "5465",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5465",
         "title": "Analyze and interpret data to increase the understanding of human social behavior.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "5464",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5464",
         "title": "Prepare publications and reports containing research findings.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5468",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5468",
         "title": "Develop, implement, and evaluate methods of data collection, such as questionnaires or interviews.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5467",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5467",
         "title": "Collect data about the attitudes, values, and behaviors of people in groups, using observation, interviews, and review of documents.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5469",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5469",
         "title": "Teach sociology.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5466",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5466",
         "title": "Plan and conduct research to develop and test theories about societal issues such as crime, group relations, poverty, and aging.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20868",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/20868",
         "title": "Present research findings at professional meetings.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "23963",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/23963",
         "title": "Explain sociological research to the general public.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5475",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5475",
         "title": "Develop problem intervention procedures, using techniques such as interviews, consultations, role playing, and participant observation of group interactions.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "5471",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5471",
         "title": "Consult with and advise individuals such as administrators, social workers, and legislators regarding social issues and policies, as well as the implications of research findings.",
         "importance": 68,
         "category": "Core"
      }
   ]
}