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/31-9099.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "17535",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17535",
         "title": "Document clients' progress toward meeting established treatment objectives.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17532",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17532",
         "title": "Implement treatment plans or protocols as directed by speech-language pathologists.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17534",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17534",
         "title": "Collect and compile data to document clients' performance or assess program quality.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17539",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17539",
         "title": "Perform support duties, such as preparing materials, keeping records, maintaining supplies, and scheduling activities.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17533",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17533",
         "title": "Assist speech-language pathologists in the remediation or development of speech and language skills.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17541",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17541",
         "title": "Select or prepare speech-language instructional materials.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17531",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17531",
         "title": "Assist speech-language pathologists in the conduct of client screenings or assessments of language, voice, fluency, articulation, or hearing.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17540",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17540",
         "title": "Prepare charts, graphs, or other visual displays to communicate clients' performance information.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "17536",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17536",
         "title": "Test or maintain equipment to ensure correct performance.",
         "importance": 65,
         "category": "Supplemental"
      },
      {
         "id": "17538",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.01/related/tasks/17538",
         "title": "Conduct in-service training sessions, or family and community education programs.",
         "importance": 60,
         "category": "Supplemental"
      }
   ]
}