GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "6527e77c-14f7-4253-bef5-e2ac3bcede47",
    "creatorId": "4578ff93-1a1a-4099-ace2-9764a520ab1d",
    "created": "2025-12-16T12:04:30.5828548+01:00",
    "modifierId": "d02a8033-0e21-4167-929e-01b2799cc473",
    "modified": "2025-12-16T12:04:30.5828548+01:00",
    "isNew": true,
    "isDirty": true
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/glit.App.Common.DTO">
  <DTOBase z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <Caption>sample string 1</Caption>
    <Created>2025-12-16T12:04:30.5828548+01:00</Created>
    <CreatorId>4578ff93-1a1a-4099-ace2-9764a520ab1d</CreatorId>
    <Id>6527e77c-14f7-4253-bef5-e2ac3bcede47</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2025-12-16T12:04:30.5828548+01:00</Modified>
    <ModifierId>d02a8033-0e21-4167-929e-01b2799cc473</ModifierId>
  </DTOBase>
  <DTOBase z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
  <DTOBase z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfDTOBase>