1,554
edits
(populate parameters table →GET /v1/records) |
|||
Line 202: | Line 202: | ||
</pre> | </pre> | ||
;Parameters | ;Optional Parameters | ||
{| class="wikitable" style="background-color: #ffffcc;" width="100%" | |||
!parameter | |||
!valid values | |||
!detailed description | |||
|- | |||
|version | |||
|Numeric values from 0 to maxium version of a particular record | |||
|The API normally returns the "latest" or most recent version of a particular record. Records may be updated over time. The version parameter can be used to retrieve previous versions of a record. | |||
|} | |||
;Sample Usage | ;Sample Usage | ||
Line 213: | Line 221: | ||
---- | ---- | ||
=== GET /v1/records/{ID} === | === GET /v1/records/{ID} === | ||
edits