This endpoint allows users to search for and return a page of campaigns based on various query parameters. Users can filter by name, sort, and paginate through the campaigns, as well as control which properties are returned in the response.
marketing.campaigns.read
The access token received from the authorization server in the OAuth 2.0 flow.
The field by which to sort the results. Allowed values are hs_name, createdAt, updatedAt. An optional '-' before the property name can denote descending order Default: hs_name
A cursor for pagination. If provided, the results will start after the given cursor. Example: NTI1Cg%3D%3D
The maximum number of results to return. Allowed values range from 1 to 100 Default: 50
A filter to return campaigns whose names contain the specified substring. This allows partial matching of campaign names, returning all campaigns that include the given substring in their name. If this parameter is not provided, the search will return all campaigns
A comma-separated list of the properties to be returned in the response. If any of the specified properties has empty value on the requested object(s), they will be ignored and not returned in response. If this parameter is empty, the response will include an empty properties map
successful operation
The response is of type object
.