Retrieve Collection

get

/mobile/tools/1.0/collections/{id}

Returns the storage collection metadata.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The storage collection metadata was retrieved successfully.
Headers
  • The ETag corresponds to the state of the collection (that is, the value increments by one on each change operation). You can use this ETag with the `If-Match` HTTP header on a request.
Body ()
The storage collection representation for GET requests.
Root Schema : mosCollectionGet
Type: object
The storage collection representation for GET requests.
Match All
Show Source
Nested Schema : assetGet
Type: object
The asset representation for GET requests.
Match All
Show Source
Nested Schema : mosCollectionGet-allOf[1]
Type: object
Show Source
Nested Schema : assetUpdate
Type: object
The asset representation for PUT requests.
Show Source
Nested Schema : assetIdEtag
Type: object
The asset ID and entity tag (ETag) values.
Show Source
Nested Schema : trash
Type: object
Indicator of whether the asset is in the trash.
Show Source
Nested Schema : assetGet-allOf[3]
Type: object
Show Source
Nested Schema : entityLinksArray
Type: array
Minimum Number of Items: 0
An array of links for an entity's metadata.
Show Source
Nested Schema : items
Type: object
Link to the entity's metadata.
Show Source

404 Response

The requested storage collection doesn't exist.
Body ()
Root Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: object
Show Source
Back to Top