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/23-1012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "19050",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19050",
         "title": "Prepare briefs, legal memoranda, or statements of issues involved in cases, including appropriate suggestions or recommendations.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "19051",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19051",
         "title": "Research laws, court decisions, documents, opinions, briefs, or other information related to cases before the court.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "19047",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19047",
         "title": "Draft or proofread judicial opinions, decisions, or citations.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "19046",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19046",
         "title": "Confer with judges concerning legal questions, construction of documents, or granting of orders.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19052",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19052",
         "title": "Review complaints, petitions, motions, or pleadings that have been filed to determine issues involved or basis for relief.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19048",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19048",
         "title": "Keep abreast of changes in the law and inform judges when cases are affected by such changes.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "19044",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19044",
         "title": "Attend court sessions to hear oral arguments or record necessary case information.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "19053",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19053",
         "title": "Review dockets of pending litigation to ensure adequate progress.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "19045",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19045",
         "title": "Communicate with counsel regarding case management or procedural requirements.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "19061",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/related/tasks/19061",
         "title": "Respond to questions from judicial officers or court staff on general legal issues.",
         "importance": 56,
         "category": "Core"
      }
   ]
}