GET api

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PingPongDTO
NameDescriptionTypeAdditional information
Pong

boolean

None.

ServerTime

date

None.

ServerTimeUTC

date

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "pong": true,
  "serverTime": "2026-01-12T15:36:28.2294983+00:00",
  "serverTimeUTC": "2026-01-12T15:36:28.2294983+00:00",
  "name": "sample string 4"
}