Twins
Retrieves a digital twin. Status codes:
- 200 OK
- 400 Bad Request
- InvalidArgument - The digital twin id is invalid.
- 404 Not Found
- DigitalTwinNotFound - The digital twin was not found.
get/digitaltwins/{id}
Path parameters
idstring required
The id of the digital twin. The id is unique within the service and case sensitive.
Query parameters
api-versionstring required
The requested API version.
Response
Success
DigitalTwin required
Digital twin
Changes
Changed in 1 of the 7 revisions of this API.2
- ○
added the new optional
headerrequest parametertraceparentto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
headerrequest parametertracestateto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○