Machine Registry
/apis/anagraphics
Example
Code
OpenAPI
get
This endpoint returns information about all the assets of the current project.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
Responsearray
list of objects where each object describes different properties of a machine
400
Bad Request.
401
Unauthorized.
403
Forbidden.
404
Not Found.
500
Internal Server Error.
503
Service Unavailable.
504
Gateway Timeout.
get
/apis/anagraphics/apis/anagraphics/<assetId>
Example
Code
OpenAPI
get
This endpoint returns information about the specified asset. Information for all assets is returned if no assetId parameter is specified.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
assetIdstringRequired
Responses
200
OK
application/json
Responseobject
object where each couple key - value describes a different property of a machine
400
Bad Request.
401
Unauthorized.
403
Forbidden.
404
Not Found.
500
Internal Server Error.
503
Service Unavailable.
504
Gateway Timeout.
get
/apis/anagraphics/{assetId}