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/39-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18756",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/18756",
         "title": "Maintain a safe play environment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2336",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2336",
         "title": "Observe and monitor children's play activities.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18757",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/18757",
         "title": "Communicate with children's parents or guardians about daily activities, behaviors, and related issues.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2331",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2331",
         "title": "Support children's emotional and social development, encouraging understanding of others and positive self-concepts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "2332",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2332",
         "title": "Care for children in institutional setting, such as group homes, nursery schools, private businesses, or schools for people with disabilities.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "2333",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2333",
         "title": "Sanitize toys and play equipment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2346",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2346",
         "title": "Dress children and change diapers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2337",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2337",
         "title": "Keep records on individual children, including daily observations and information about activities, meals served, and medications administered.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2335",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2335",
         "title": "Identify signs of emotional or developmental problems in children and bring them to parents' or guardians' attention.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2338",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2338",
         "title": "Instruct children in health and personal habits, such as eating, resting, and toilet habits.",
         "importance": 80,
         "category": "Core"
      }
   ]
}