This API is still under development and not currently accessible.
Providers are used to organize your content into the larger organizations that provided the content. For example, you may have purchased and add content from Udemy and Lynda into your Pathgather learning catalogue. In this case, both Udemy and Lynda are providers.
The Provider object
Name | Type | Description |
---|---|---|
id | string | Randomly generated ID assigned upon creation |
custom_id | string | The unique ID you assign to the provider |
name | string | The name of the provider |
created_at | datetime | The datetime the provider was created |
{
"_type": "Provider",
"id":"cf4c840d-4a48-4ee8-8c7b-1d3e41df21b9",
"created_at": "2014-10-21T16:58:32.388-04:00",
"custom_id":null,
"name":"Pluralsight"
}
<provider>
<_type>Provider</_type>
<id>cf4c840d-4a48-4ee8-8c7b-1d3e41df21b9</id>
<created-at>2014-10-21T16:58:32.388-04:00</created-at>
<custom-id nil="true"/>
<name>Pluralsight</name>
</provider>
Updated less than a minute ago