Get Collection Bundle
Description
Retrieve a single Collection Bundle by ID
Url
1 |
GET /api/v0/collectionbundle/UUID/ |
Parameters
optional
- uuid: collection bundle's unique identifier
Example
Request
1 |
curl 'https://my.craftar.net/api/v0/collectionbundle/b0581e17a5fd4a98afa4dda19a3e2f8d/?api_key=123456789abcdefghijk123456789abcdefghijk |
Response
1 2 3 4 5 6 7 8 9 |
{ "app": "/api/v0/app/42fde410b0f34902bd175bd889c2c084/", "collection": "/api/v0/collection/1d25f92f8f8449cf89d0853b71d60d4f/", "file": null, "resource_uri": "/api/v0/collectionbundle/b0581e17a5fd4a98afa4dda19a3e2f8d/", "status": "Some items have changed", "uuid": "b0581e17a5fd4a98afa4dda19a3e2f8d", "version": "/api/v0/version/86159e237bd34eb2a1c7afd5b1d3ef13/" } |
Errors
Collection Bundle not found
1 |
HTTP Status code: 404 Not Found |