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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "20182",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/20182",
         "title": "Recommend to clients strategies in cash management, insurance coverage, investment planning, or other areas to help them achieve their financial goals.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "20189",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/20189",
         "title": "Recommend financial products, such as stocks, bonds, mutual funds, or insurance.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12909",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/12909",
         "title": "Implement financial planning recommendations, or refer clients to someone who can assist them with plan implementation.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12915",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/12915",
         "title": "Contact clients periodically to determine any changes in their financial status.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12913",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/related/tasks/12913",
         "title": "Prepare or interpret for clients information, such as investment performance reports, financial document summaries, or income projections.",
         "importance": 76,
         "category": "Core"
      }
   ]
}