GET api_v2/AccountDatabases/GetCreationDate?accountDatabaseId={accountDatabaseId}
Returns database creation date
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <CreationDate>2021-01-26T14:09:51.2214185+03:00</CreationDate> </Result>
application/json, text/json
Sample:
{ "CreationDate": "2021-01-26T14:09:51.2214185+03:00" }