Find sounds
GET {{baseUrl}}/campaigns/sounds?limit=<integer>&offset=<integer>&filter=<string>&includeArchived=<boolean>&includePending=<boolean>&includeScrubbed=<boolean>&fields=<string>
To find all campaign sounds which were created by user. Returns all sounds available to be used in campaigns
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | To set the maximum number of records to return in a paged list response. The default is 100 | |
offset | string | Offset to the start of a given page. The default is 0. Check pagination page for more information about pagination in CallFire API. | |
filter | string | Name of a file to search for | |
includeArchived | string | Includes ARCHIVED sounds for "true" value | |
includePending | string | Includes UPLOAD/RECORDING sounds for "true" value | |
includeScrubbed | string | Includes SCRUBBED sounds for "true" value | |
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |