Get blob
GET
v1alpha/blobs/{blobId}
Get blob
Resource Information
Method and URI | GET https://developer.api.autodesk.com/forma/element-service/v1alpha/blobs/{blobId} |
Authentication Context | user context required |
Required OAuth Scopes | data:read |
Data Format | JSON |
Request
Headers
Authorization* string | Must be Bearer <token> , where <token> is obtained via a three-legged OAuth flow. |
X-Ads-Region string | Specifies the geographical location (region) of the service. US or EMEA. Defaults to US. |
* Required
Request
URI Parameters
blobId string |
Request
Query String Parameters
authcontext* string | The authcontext of the resource you are requesting |
* Required
Response
HTTP Status Code Summary
200 OK | The data of the blob |
302 | Clients should follow redirects, as the response might be stored somewhere else |
400 Bad Request | Bad request. The request body is not valid according to the schema. See response for details. |
401 Unauthorized | Bearer token is not valid |
403 Forbidden | Token does not have access to the specified project. Are you in the right region? |
404 Not Found | The requested resource does not exist. See response for details. |
500 Internal Server Error | Internal server error |
Binary representation of the blob content.
Example
The data of the blob
Request
curl -v 'https://developer.api.autodesk.com/forma/element-service/v1alpha/blobs/:blobId' \
-H 'Authorization: Bearer AuIPTf4KYLTYGVnOHQ0cuolwCW2a'
Response
""