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-3011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2474",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3011.00/related/tasks/2474",
         "title": "Record information about financial status of customers and status of collection efforts."
      },
      {
         "id": "2475",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3011.00/related/tasks/2475",
         "title": "Locate and notify customers of delinquent accounts by mail, telephone, or personal visits to solicit payment."
      },
      {
         "id": "2473",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3011.00/related/tasks/2473",
         "title": "Locate and monitor overdue accounts, using computers and a variety of automated systems."
      },
      {
         "id": "2481",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3011.00/related/tasks/2481",
         "title": "Arrange for debt repayment or establish repayment schedules, based on customers' financial situations."
      },
      {
         "id": "2477",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3011.00/related/tasks/2477",
         "title": "Advise customers of necessary actions and strategies for debt repayment."
      }
   ]
}