Get assigned campaigns

Retrieve the campaigns assigned to a user group.

When to use. See which campaigns a group dials. Send the group id in the path.

Parameters. fields (optional): a semicolon-separated list of campaign fields to return, for example id;name. When omitted, the full set of campaign fields is returned.

Returns. { "groupCampaigns": [ ... ] }, one entry per assigned campaign, or an empty array if the group has no campaigns. Returns 404 if no group matches the id.

Example. GET /api/groups/5/campaigns

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Group ID.

Query Params
string

Semicolon-separated list of campaign fields to return, for example id;name.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json