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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12975",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12975",
         "title": "Identify and recruit potential volunteer workers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "12982",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12982",
         "title": "Collaborate with other ministry members to establish goals and objectives for religious education programs or to develop ways to encourage program participation.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "12976",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12976",
         "title": "Train and supervise religious education instructional staff.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "12979",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12979",
         "title": "Implement program plans by ordering needed materials, scheduling speakers, reserving space, or handling other administrative details.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "12981",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12981",
         "title": "Analyze member participation or changes in congregational emphasis to determine needs for religious education.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "12986",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2021.00/related/tasks/12986",
         "title": "Analyze revenue and program cost data to determine budget priorities.",
         "importance": 67,
         "category": "Core"
      }
   ]
}