Request Response Data
https://irbis.espysys.com/api/request-monitor/api-usage/{id}?key={API key}
Request to get a lookup data of a request with an id.
"id" parameter has to be passed in the path of a request - ID of a request to get lookup data for.
Example Path Variables
id
<RESPONCE_ID_VALUE>API key
<API_Key>curl -X 'GET' \
'https://irbis.espysys.com/api/request-monitor/api-usage/<RESPONCE_ID_VALUE>?key=<API_Key>' \
-H 'accept: application/json'
Last updated