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/13-2081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5293",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5293",
         "title": "Send notices to taxpayers when accounts are delinquent."
      },
      {
         "id": "5291",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5291",
         "title": "Confer with taxpayers or their representatives to discuss the issues, laws, and regulations involved in returns, and to resolve problems with returns."
      },
      {
         "id": "5294",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5294",
         "title": "Notify taxpayers of any overpayment or underpayment, and either issue a refund or request further payment."
      },
      {
         "id": "5290",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5290",
         "title": "Maintain records for each case, including contacts, telephone numbers, and actions taken."
      },
      {
         "id": "5292",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5292",
         "title": "Contact taxpayers by mail or telephone to address discrepancies and to request supporting documentation."
      }
   ]
}