Get application list
Description
Retrieve a list of Application ID
Url
|
1 |
GET /api/v0/app/ |
Parameters optional
None
Example
Request
|
1 |
curl 'https://my.craftar.net/api/v0/app/?api_key=418a5ddd1810943e9e51f2238ffa0f3c8914639f' |
Response
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{ "meta": { "limit": 20, "next": null, "offset": 0, "previous": null, "total_count": 2 }, "objects": [ { "collections": [ "/api/v0/collection/50417bfd6da141db8e3fb50bd4ebf144/", "/api/v0/collection/47c89ff627344abd84decaca460130fe/", "/api/v0/collection/5a5f8ca5cdc9410ca6d46f5a1e5ca52f/", "/api/v0/collection/17f6deb2a72f401a81d924650ef57d7b/", "/api/v0/collection/764aadef8c944808b2a99cbae1a38830/", "/api/v0/collection/1d25f92f8f8449cf89d0853b71d60d4f/" ], "name": "com.catchoom.test", "resource_uri": "/api/v0/app/9551c956eb4d4d16bef21663799ef0e2/", "uuid": "9551c956eb4d4d16bef21663799ef0e2" }, { "collections": [ "/api/v0/collection/1d25f92f8f8449cf89d0853b71d60d4f/" ], "name": "com.test.42", "resource_uri": "/api/v0/app/73da86875d5e4f32b37324603613eeb5/", "uuid": "73da86875d5e4f32b37324603613eeb5" } ] } |