This is a compatibility call conforming to the
http://docs.cmcatalog.apiary.io/. It queries
the database for a particular work by its identifier and returns the known
metadata about the work. This information will conform to the data package
format
which is based on the W3C Ontology for media resources.
Response
Sends back information with annotations.
Status: 200 OK
{
"public" : "true",
"description" : "Script logo for athletics at Elon University.",
"id" : 6968,
"annotations" : [
{
"language" : "en",
"titleLabel" : "Elon Phoenix wordmark",
"propertyName" : "title"
},
{
"identifierLink" : "https://commons.wikimedia.org/wiki/File:Elon Phoeni
x wordmark.png",
"propertyName" : "identifier"
},
{
"propertyName" : "locator",
"locatorLink" : "https://upload.wikimedia.org/wikipedia/commons/3/31/El
on_Phoenix_wordmark.png"
},
{
"propertName" : "policy",
"typeLink" : "http://www.w3.org/1999/xhtml/vocab#license",
"typeLabel" : "license",
"statementLabel" : "Public domain"
},
{
"propertyName" : "collection",
"collectionLink" : "http://commons.wikimedia.org"
},
{
"creatorLabel" : "Elon University Athletics",
"propertyName" : "creator"
},
{
"holderLabel" : "Elon University Athletics",
"propertyName" : "copyright"
}
],
"href" : "http://devc.commonsmachinery.se:8080/works/6968",
"media" : [
{
"id" : 6968,
"href" : "http://devc.commonsmachinery.se:8080/works/6968/media"
}
:
],
"added_at" : "2015-02-21T11:11:12.685Z",
"owner" : {
"org" : {
"href" : "http://example.com",
"id" : 1
}
}
}
For errors responses, see the response status codes documentation.