View the List of resources
POST {{baseUrl}}/vehicles/:vehicleId/resourceReadouts
This API creates a readout of available resources to the accessing party for one vehicle. If the result is available immediately, the result is returned. If the result isn't available, a location to the resource readout is returned. This location shall be polled until the result is available. INFO: GET Requests are not yet supported!
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"resourceReadout":{"asyncStatus":"Complete","id":"\u003cstring\u003e","messageTimestamp":"\u003cdateTime\u003e","vehicleId":"\u003cstring\u003e","resources":[{"api":"\u003cstring\u003e","name":"\u003cstring\u003e","version":"\u003cstring\u003e"},{"api":"\u003cstring\u003e","name":"\u003cstring\u003e","version":"\u003cstring\u003e"}]}}