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/43-6012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "768",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/768",
         "title": "Organize and maintain law libraries, documents, and case files."
      },
      {
         "id": "764",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/764",
         "title": "Mail, fax, or arrange for delivery of legal correspondence to clients, witnesses, and court officials."
      },
      {
         "id": "18780",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/18780",
         "title": "Prepare and distribute invoices to bill clients or pay account expenses."
      },
      {
         "id": "21078",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/21078",
         "title": "Prepare, proofread, or process legal documents, such as summonses, subpoenas, complaints, appeals, motions, or pretrial agreements."
      },
      {
         "id": "767",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/767",
         "title": "Make photocopies of correspondence, documents, and other printed matter."
      }
   ]
}