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
GET /channels
Accepted params
none
Examples
See all the channels avalaible for my company.
GET https://api.talentview.fr/v2/channels
Fetch 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
GET /entities/:entity_id/channels
Accepted 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.
GET https://api.talentview.fr/v2/entities/67/channels