Get a list of assets
GET/Assets
Gets list of all assets to which logged-in user has access to from graph. Gets asset details of asset from graph. Authorization is checked for asset, if user has access to asset then only asset details along with the assetModel details and security group details of asset is returned else unauthorized error is thrown.
Request
Responses
- 200
- 400
- 401
- 502
- 504
200 response
Response Headers
Access-Control-Expose-Headers
manages CORS exposed headers
Access-Control-Allow-Origin
manages CORS
Content-Range
data range of result
X-Total-Count
length of output
Access-Control-Allow-Headers
manages header for CORS
Content-Type
data type of content
400 response
401 response
502 response
504 response