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-2052.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-2052.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12907",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/12907",
         "title": "Interview clients to determine their current income, expenses, insurance coverage, tax status, financial objectives, risk tolerance, or other information needed to develop a financial plan."
      },
      {
         "id": "12904",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/12904",
         "title": "Analyze financial information obtained from clients to determine strategies for meeting clients' financial objectives."
      },
      {
         "id": "12905",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/12905",
         "title": "Answer clients' questions about the purposes and details of financial plans and strategies."
      },
      {
         "id": "20183",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/20183",
         "title": "Review clients' accounts and plans regularly to determine whether life changes, economic changes, environmental concerns, or financial performance indicate a need for plan reassessment."
      },
      {
         "id": "20184",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/20184",
         "title": "Manage client portfolios, keeping client plans up-to-date."
      }
   ]
}