IDigBio API v1 Specification: Difference between revisions

add optional parameters →‎GET /v1/publishers
(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


* something goes here
{| 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 single publisher record.
Retrieve a list with only one publisher entity.


<pre>
<pre>
1,554

edits