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/11-3031.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8870",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8870",
         "title": "Evaluate needs for procurement of funds and investment of surpluses and make appropriate recommendations."
      },
      {
         "id": "8858",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8858",
         "title": "Delegate authority for the receipt, disbursement, banking, protection, and custody of funds, securities, and financial instruments."
      },
      {
         "id": "8864",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8864",
         "title": "Develop and maintain relationships with banking, insurance, and external accounting personnel to facilitate financial activities."
      },
      {
         "id": "20168",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/20168",
         "title": "Monitor financial activities and details, such as cash flow and reserve levels, to ensure that all legal and regulatory requirements are met."
      },
      {
         "id": "8861",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8861",
         "title": "Receive, record, and authorize requests for disbursements in accordance with company policies and procedures."
      }
   ]
}