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-1012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5606",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/5606",
         "title": "Maintain accurate and complete student records as required by laws, district policies, and administrative regulations.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18627",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/18627",
         "title": "Counsel students regarding educational issues, such as course and program selection, class scheduling and registration, school adjustment, truancy, study habits, and career planning.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5608",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/5608",
         "title": "Provide crisis intervention to students when difficult situations occur at schools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23990",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/23990",
         "title": "Counsel individuals or groups to help them understand and overcome personal, social, or behavioral problems affecting their educational or vocational situations.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5631",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/5631",
         "title": "Review transcripts to ensure that students meet graduation or college entrance requirements, and write letters of recommendation.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5611",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/5611",
         "title": "Prepare students for later educational experiences by encouraging them to explore learning opportunities and to persevere with challenging tasks.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23991",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/23991",
         "title": "Refer students to outside counseling services.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5632",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/5632",
         "title": "Refer students to degree programs based on interests, aptitudes, or educational assessments.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18625",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/18625",
         "title": "Evaluate students' or individuals' abilities, interests, and personality characteristics, using tests, records, interviews, or professional sources.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5616",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1012.00/related/tasks/5616",
         "title": "Provide students with information on topics such as college degree programs and admission requirements, financial aid opportunities, trade and technical schools, and apprenticeship programs.",
         "importance": 75,
         "category": "Core"
      }
   ]
}