GET api/Archive/{archiveguid}
Retrieves an archive based on the provided archive GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| archiveguid |
The GUID of the archive to retrieve. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns a BadRequest if authentication fails or if the access key is invalid. Returns an InvalidRequestResult if the archive cannot be found. Returns an Ok result with the archive details if the request is successful.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.