Zelestra

Zelestra Standards

retrieve

The retrieve operation returns a redirect to the resource referenced by the clip resource.

Request

The retrieve operation requires a message that consists of a single RetrieveRequest element.

Examples

URL Encoded:
clipList=http://www.zelestra.com/clipResources/clipResource-192

XML:
<RetrieveRequest>
  <ClipResource>http://www.zelestra.com/clipResources/clipResource-192</ClipResource>
</RetrieveRequest>

The RetrieveRequest element MUST contain a ClipResource element, which is the URI of a clip resource.

Operation

The referenced resource URI is returned as a redirect fault.

Response

The retrieve operation does not return any data.

Faults

The retrieve operation may return an forbidden fault if the requestor does not have the appropriate permission.

The retrieve operation may return an notFound fault if the specified clip resource does not exist.

The retrieve operation may return a redirect fault to redirect the requester to the referenced resource.

The retrieve operation may return an unauthorized fault if the requestor has not previously authenticated.

The retrieve operation may return an operationFailed fault if the service was unable to otherwise fulfill the request.