Get function transfer by ID
GET/api/v1/devices/{deviceId}/inputs/data-objects/transfer-functions/{functionTransferId}
Retrieve detailed information of a specific function transfer.
Path Parameters
deviceId(string, required): Device identifier. Example:9f75abda56c3functionTransferId(string, required): Unique identifier of the function transfer in GUID format. Example:3f2504e0-4f89-11d3-9a0c-0305e82c3301
Responses
200 OK: Returns the complete function transfer object including:id: Unique identifierdeviceId: Associated devicedataObjectName: Source data objecttype: Transfer type (alwaysexpressionfor now)name: Output data object nameconfig: Configuration containing expression and extracted variablecreationTime: When the transfer was createdlastModificationTime: When the transfer was last updated
404 Not Found: Function transfer with the specified ID does not exist for this device.
Security
- This API requires authentication.
Request
Responses
- 200
OK