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/27-3092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "8655",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8655",
         "title": "Record verbatim proceedings of courts, legislative assemblies, committee meetings, and other proceedings, using computerized recording equipment, electronic stenograph machines, or stenomasks.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "21183",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/21183",
         "title": "Proofread transcripts for correct spelling of words.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "8657",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8657",
         "title": "Ask speakers to clarify inaudible statements.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "8654",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8654",
         "title": "Provide transcripts of proceedings upon request of judges, lawyers, or the public.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "8656",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8656",
         "title": "Transcribe recorded proceedings in accordance with established formats.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "21184",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/21184",
         "title": "Log and store exhibits from court proceedings.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8659",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8659",
         "title": "File and store shorthand notes of court session.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8658",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8658",
         "title": "File a legible transcript of records of a court case with the court clerk's office.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8662",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8662",
         "title": "Verify accuracy of transcripts by checking copies against original records of proceedings and accuracy of rulings by checking with judges.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8660",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8660",
         "title": "Respond to requests during court sessions to read portions of the proceedings already recorded.",
         "importance": 88,
         "category": "Core"
      }
   ]
}