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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8866",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8866",
         "title": "Develop internal control policies, guidelines, and procedures for activities, such as budget administration, cash and credit management, and accounting.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8865",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8865",
         "title": "Coordinate and direct the financial planning, budgeting, procurement, or investment activities of all or part of an organization.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8872",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8872",
         "title": "Receive cash and checks and make deposits.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8856",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8856",
         "title": "Prepare or direct preparation of financial statements, business activity reports, financial position forecasts, annual budgets, or reports required by regulatory agencies.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8863",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/related/tasks/8863",
         "title": "Monitor and evaluate the performance of accounting and other financial staff, recommending and implementing personnel actions, such as promotions and dismissals.",
         "importance": 77,
         "category": "Core"
      }
   ]
}