GET api_v2/ResourceConfiguration/GetResourceConfigurations?service={service}&dateFrom={dateFrom}&dateTo={dateTo}
Возвращает список значений (ид аккаунта, ExpireDate) для заданого сервиса service, где ExpireDate попадает в диапазон dateFrom-dateTo.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
service | Название службы |
Define this parameter in the request URI. |
dateFrom | Дата с |
Define this parameter in the request URI. |
dateTo | Дата по |
Define this parameter in the request URI. |
Response Information
список значений (ид аккаунта, ExpireDate) в виде IHttpActionResult
Response body formats
application/json, text/json
Sample:
Sample not available.