1,554
edits
(add usage →GET /v1/recordsets/{ID}) |
(add parameters →GET /v1/recordsets/{ID}) |
||
Line 1,000: | Line 1,000: | ||
;Description | ;Description | ||
:Returns | :Returns the full record about a recordset with the specified iDigBio UUID | ||
;Resource URL | ;Resource URL | ||
Line 1,010: | Line 1,010: | ||
;Parameters | ;Parameters | ||
{| class="wikitable" style="background-color: #ffffcc;" width="100%" | |||
!parameter | |||
!valid values | |||
!detailed description | |||
|- | |||
|version | |||
|Integer values from 0 to maxium version of a particular record | |||
|Recordset Records may be updated over time (changes submitted by data publishers). The "version" parameter is used to retrieve a previous version of a record. A value of "-1" returns the most recent version of a record. Omitting the "version" parameter returns the most recent version of a record. | |||
|} | |||
;Sample Usage | ;Sample Usage |
edits