GET v2/Collection/ByToken/{token}

Finds the shared collection matching the specified token.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP 200 with the collection if it is found, HTTP 404 if collection is not found

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.