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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}