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-1131.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18917",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18917",
         "title": "Identify and build relationships with potential donors.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "18922",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18922",
         "title": "Secure commitments of participation or donation from individuals or corporate donors.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18931",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18931",
         "title": "Write and send letters of thanks to donors.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18923",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18923",
         "title": "Solicit cash or in-kind donations or sponsorships from individual, business, or government donors.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "18907",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18907",
         "title": "Create or update donor databases.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "18912",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18912",
         "title": "Develop strategies to encourage new or increased contributions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18911",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18911",
         "title": "Develop or implement fundraising activities, such as annual giving campaigns or direct mail programs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18925",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18925",
         "title": "Compile or develop materials to submit to granting or other funding organizations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18926",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18926",
         "title": "Conduct research to identify the goals, net worth, charitable donation history, or other data related to potential donors, potential investors, or general donor markets.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "18910",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18910",
         "title": "Develop fundraising activity plans that maximize participation or contributions and minimize costs.",
         "importance": 76,
         "category": "Core"
      }
   ]
}