GET api_v2/AccountCSResourceValues/GetModifyResourceDateTime?accountCSResourceValueId={accountCSResourceValueId}
Получить измененную дату ресурса
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountCSResourceValueId | Идентификатор ресурса аккаунта |
Define this parameter in the request URI. |
Response Information
Измененную дату ресурса
Response body formats
application/xml, text/xml
Sample:
<Result> <InitiatorCloudServiceId>2022-06-26T21:17:41.0407438+03:00</InitiatorCloudServiceId> </Result>
application/json, text/json
Sample:
{ "InitiatorCloudServiceId": "2022-06-26T21:17:41.0407438+03:00" }