GET api/heartbeats

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Heartbeat
NameDescriptionTypeAdditional information
name

string

None.

created

date

None.

Response Formats

application/json, text/json, text/html

Sample:
[{"$id":"1","name":"sample string 1","created":"2024-04-20T14:44:57.0952071+03:00"},{"$ref":"1"}]

application/xml, text/xml

Sample:
<ArrayOfHeartbeat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="kw.com.ia.api.heartbeat">
  <Heartbeat z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <created>2024-04-20T14:44:57.0952071+03:00</created>
    <name>sample string 1</name>
  </Heartbeat>
  <Heartbeat z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfHeartbeat>