Returns a list of all initiative source types defined for your organization.
| Request method | GET |
| Response object | InitiativeSource |
| Access scope | initiative_get categorization_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/config/initiative_categories/sources
[
{
"uri": "https://api.induct.no/v1/12345/config/initiative_categories/sources/1",
"id": 1,
"name": "Vendor"
},
{
"uri": "https://api.induct.no/v1/12345/config/initiative_categories/sources/4",
"id": 4,
"name": "Customer"
},
{
"uri": "https://api.induct.no/v1/12345/config/initiative_categories/sources/26",
"id": 26,
"name": "Employee"
}
]
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM