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-10-27T06:56:31.6766364Z",
"ValidTo": "2025-10-27T06:56:31.6766364Z"
}
}
application/xml, text/xml
Sample:
<AgentSettingQuotaDTO>
<USR>
<Total>1</Total>
<Used>2</Used>
<ValidFrom>2025-10-27T06:56:31.6766364+00:00</ValidFrom>
<ValidTo>2025-10-27T06:56:31.6766364+00:00</ValidTo>
</USR>
</AgentSettingQuotaDTO>