1,554
edits
(add optional parameters →GET /v1/publishers) |
|||
Line 651: | Line 651: | ||
;Description | ;Description | ||
:Returns a collection of publisher entities. | :Returns a collection (list) of publisher entities. | ||
;Resource URL | ;Resource URL | ||
Line 662: | Line 662: | ||
;Optional Parameters | ;Optional Parameters | ||
{| class="wikitable" style="background-color: #ffffcc;" width="100%" | |||
!parameter | |||
!valid values | |||
!detailed description | |||
|- | |||
|limit | |||
|0, 1, 2, ..., 10, ..., n | |||
|Controls the number of entities returned. | |||
|- | |||
|offset | |||
|0, 1, 2, ..., 10, ..., n | |||
|Controls the starting entity offset for paging through the API. | |||
|} | |||
;Sample Usage | ;Sample Usage | ||
Retrieve a | Retrieve a list with only one publisher entity. | ||
<pre> | <pre> |
edits