Gets specific registration by id. This API should also be used to poll the status of a registration that has been submitted for validation. Dependening upon the validation, the status field in response may be VALIDATING/VALIDATED/BROKEN
GET {{baseUrl}}/registrations/:id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"9225c713-e11d-4617-97db-d08d1480ceea","status":"VALIDATED","filter":[{"assetId":"b727627746644a5296069e92cbd45d8f","aspects":[{"name":"carAspect","variables":["rpm"]}]}],"destination":{"type":"KINESIS","connectionDetails":{"host":"exampleHost"}},"etag":1}