GET api/v1/Agents/{agentId}/Quota
FindQuotaUSR
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
agentId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "USR": { "Total": 1, "Used": 2, "ValidFrom": "2025-04-24T12:53:42.4652645Z", "ValidTo": "2025-04-24T12:53:42.4652645Z" } }
application/xml, text/xml
Sample:
<AgentSettingQuotaDTO> <USR> <Total>1</Total> <Used>2</Used> <ValidFrom>2025-04-24T12:53:42.4652645+00:00</ValidFrom> <ValidTo>2025-04-24T12:53:42.4652645+00:00</ValidTo> </USR> </AgentSettingQuotaDTO>