Get SDK version
Description
Retrieve a single SDK version by ID
Url
|
1 |
GET /api/v0/version/UUID/ |
Parameters optional
- uuid: SDK version unique identifier
Example
Request
|
1 |
curl 'https://my.craftar.net/api/v0/version/6a7e820f12ba47aab6b54e302b63a96c/?api_key=418a5ddd1810943e9e51f2238ffa0f3c8914639f' |
Response
|
1 2 3 4 5 |
{ "resource_uri": "/api/v0/version/6a7e820f12ba47aab6b54e302b63a96c/", "uuid": "6a7e820f12ba47aab6b54e302b63a96c", "version": "42" } |
Errors
Version Not Found
HTTP Status code:
404 Not Found