GET api/v1/suppliers/campaigns/{pageSize}/{page}
Returns a paged list of campaigns that the current user can see.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize |
The number of records per page. |
integer |
Required |
| page |
The page number to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.