GET /hub/v1/campaigns
Retrieves a collection of campaigns.
JSON Parameters
Name | Type | Description | |
---|---|---|---|
page | integer | Page number of data returned. The default value is 1. | |
pageSize | integer | Number of records per page. The maximum and default value is 50. | |
orderBy | string | Defines 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. |
Usage
Example Request
Example Response