GET api/Archive
Retrieves a list of archives for the authenticated user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An containing the result of the operation. If successful, returns an OK response with a list of archives. If authentication fails or no archives are found, returns a BadRequest response with an appropriate message.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.