GET /hub/v1/campaigns

Retrieves a collection of campaigns.

NameTypeDescription
pageintegerPage number of data returned. The default value is 1.
pageSizeintegerNumber of records per page. The maximum and default value is 50.
orderBystringDefines the order of the data (Default value of ModifiedDate DESC). Valid values include ModifiedDate, Name, CreatedDate, ID. All values must include either ASC (for ascending) or DESC (for descending) following the actual value. ASC and DESC indicate the order in which the specified information appears.

Example Request

Example Response