1,554
edits
(add usage →GET /v1/mediarecords/{ID}) |
|||
Line 290: | Line 290: | ||
;Description | ;Description | ||
:Returns | :Returns the full Media Record matching the specified iDigBio UUID. A Media Record contains metadata about an image. | ||
;Resource URL | ;Resource URL | ||
Line 313: | Line 313: | ||
;Sample Usage | ;Sample Usage | ||
Request a single mediarecord: | |||
<pre> | |||
$ curl -s "http://api.idigbio.org/v1/mediarecords/ed135aeb-2bf6-4296-9e0c-014b170565b0" | json_pp | |||
{ | |||
"idigbio:uuid" : "ed135aeb-2bf6-4296-9e0c-014b170565b0", | |||
"idigbio:etag" : "3b929ca537cb245a6c640f876dbb363d90c409c3", | |||
"idigbio:links" : { | |||
"owner" : [ | |||
"872733a2-67a3-4c54-aa76-862735a5f334" | |||
], | |||
"record" : [ | |||
"http://api.idigbio.org/v1/records/5414f6f3-849a-4f62-9c5d-0cc662392910" | |||
], | |||
"recordset" : [ | |||
"http://api.idigbio.org/v1/recordsets/40250f4d-7aa6-4fcc-ac38-2868fa4846bd" | |||
], | |||
"mediaap" : [ | |||
"http://api.idigbio.org/v1/mediaaps/3460b9bf-0802-45bd-85bb-45a39e443d7c" | |||
] | |||
}, | |||
"idigbio:version" : 1, | |||
"idigbio:createdBy" : "872733a2-67a3-4c54-aa76-862735a5f334", | |||
"idigbio:recordIds" : [ | |||
"urn:uuid:b1b7d9b6-1078-46ea-861d-94c8cc5daf01" | |||
], | |||
"idigbio:dateModified" : "2014-04-20T23:37:00.310Z", | |||
"idigbio:data" : { | |||
"ac:accessURI" : "http://swbiodiversity.org/imglib/seinet/ASU/ASU0055/ASU0055165_lg.jpg", | |||
"ac:metadataLanguage" : "en", | |||
"ac:subtype" : "Photograph", | |||
"dwc:occurrenceID" : "765167", | |||
"xmpRights:WebStatement" : "http://creativecommons.org/licenses/by-nc-sa/3.0/", | |||
"dcterms:format" : "image/jpeg", | |||
"dcterms:type" : "StillImage", | |||
"xmp:MetadataDate" : "2012-01-24 12:20:26", | |||
"xmpRights:UsageTerms" : "CC BY-NC-SA (Attribution-NonCommercial-ShareAlike)", | |||
"xmpRights:Owner" : "Arizona State University Vascular Plant Herbarium (ASU-Plants)", | |||
"ac:providerManagedID" : "urn:uuid:b1b7d9b6-1078-46ea-861d-94c8cc5daf01", | |||
"ac:associatedSpecimenReference" : "http://swbiodiversity.org/seinet/collections/individual/index.php?occid=765167" | |||
} | |||
} | |||
</pre> | |||
---- | ---- |
edits