1,554
edits
(populate parameters for →GET /v1/mediarecords/{ID}) |
|||
Line 141: | Line 141: | ||
;Parameters | ;Parameters | ||
{| class="wikitable" style="background-color: #ffffcc;" width="100%" | |||
!parameter | |||
!valid values | |||
!detailed description | |||
|- | |||
|quality | |||
|"webview" "thumbnail" | |||
|Specifiy the quality of the image returned from the API. Omitting quality will return the full-size high quality original image from source provider. The values "thumbnail" and "web" return images of width 260 and 600 pixels respectively. | |||
|- | |||
|version | |||
|Integer values from 0 to maxium version of a particular record | |||
|The API normally returns the 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 |
edits