Skip to content

agent_data

Request Agent Data

Request

Endpoint to request agent data for a specific period. Both authenticated agents and users can request agent data.

Security
OAuth2PasswordBearer
Query
agent_idstring(Agent Id)required
start_timestring, (date-time)(Start Time)required
end_timestring, (date-time)(End Time)required
POST
/api/v1/agent_data/request_agent_data
curl -i -X POST \
  'https://matric-docs.redocly.app/_mock/openapi/api/v1/agent_data/request_agent_data?agent_id=string&start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z'

Responses

Successful Response

Bodyapplication/json
any
Response
// No response example