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/21-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12977",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12977",
         "title": "Develop or direct study courses or religious education programs within congregations."
      },
      {
         "id": "12975",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12975",
         "title": "Identify and recruit potential volunteer workers."
      },
      {
         "id": "12978",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12978",
         "title": "Select appropriate curricula or class structures for educational programs."
      },
      {
         "id": "12983",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12983",
         "title": "Schedule special events, such as camps, conferences, meetings, seminars, or retreats."
      },
      {
         "id": "12980",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12980",
         "title": "Counsel individuals regarding interpersonal, health, financial, or religious problems."
      }
   ]
}