Appearance
Channels
This page documents on how to:
Fetch channels
Fetch all the channels activated for this Company.
INFO
If the Entity option is enabled, use the Fetch entity channels endpoint instead.
Scope
campaigns_read
Endpoint
http
GET /channelsAccepted params
none
Examples
See all the channels avalaible for my company.
http
GET https://api.talentview.fr/v2/channelsFetch entity channels
Fetch all the channels activated for this Entity.
INFO
If the Entity option is not enabled, use the Fetch channels endpoint instead.
Scope
campaigns_read
Endpoint
http
GET /entities/:entity_id/channelsAccepted params
| Param | Type | Example value | Required | Description |
|---|---|---|---|---|
entity_id | Integer | 1 | ✓ | In the path, id of the Entity's channels to fetch |
Examples
See all the channels avalaible for an entity.
http
GET https://api.talentview.fr/v2/entities/67/channels