List campaign access groups
GET {{baseUrl}}/v1/campaign_groups?pageSize=1000&skip=value&sort=value
List the campaign access groups in the current account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of items in the response. | |
skip | string | The number of items to skip when paging through large result sets. | |
sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -. |
Note: This parameter works only with numeric fields. |