Ping [GET]
Operation
Returns the date and time of the server, a success message and an optional echo parameter.Â
GET
https://{environment}.ulysescloud.com/public/api/{version}/ping
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
echo | String | false | Optional echo value that would be returned by the server. |
Example request
GET https://publicapi-providers.ulysescloud.com/public/api/v1/ping
Response
Property | Type | Required | Description |
---|---|---|---|
echo | String | false | Optional echo message sent through the ping request. |
message | String | true | Success message set by the server. |
serverTime | LocalDateTime | true | Server date and time. |
Example response
{ "echo": "Hello world!", "message": "Ping success!", "serverTime": "2020-01-02T10:09:50.710Z" }