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>2022-06-26T01:25:16.2222544+03:00</CreationDate> </Result>
application/json, text/json
Sample:
{ "CreationDate": "2022-06-26T01:25:16.2222544+03:00" }