Skip to main content
Version: v3New

List Brand Voices

GET 

/brand-boards/locations/:locationId/brand-voices

Get list of brand voices for a location

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Location ID

limit number

Number of brand voices to return. Defaults to 10, minimum is 1, maximum is 20

Possible values: >= 1 and <= 20

Default value:10
offset number

Number of brand voices to skip for pagination. Defaults to 0, minimum is 0

Possible values: >= 0

Default value:0
search string

Search text for brand voice name

deleted boolean

Whether to return deleted brand voices. Defaults to false

Default value:false
application/json

Success

Schema
    itemsobject[]required

    List of brand voices

    totalnumberrequired

    Total count of brand voices

    traceIdstring

    Trace ID of request