GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "c8721505-2338-4b1c-afda-87c465f0fc35",
    "creatorId": "8457fffb-aa57-42de-9ed6-0a7269276ebb",
    "created": "2025-11-19T12:08:53.1304224+01:00",
    "modifierId": "84d3746e-7e1a-4ca3-aad2-067586eeb7bf",
    "modified": "2025-11-19T12:08:53.1304224+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-11-19T12:08:53.1304224+01:00</Created>
    <CreatorId>8457fffb-aa57-42de-9ed6-0a7269276ebb</CreatorId>
    <Id>c8721505-2338-4b1c-afda-87c465f0fc35</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2025-11-19T12:08:53.1304224+01:00</Modified>
    <ModifierId>84d3746e-7e1a-4ca3-aad2-067586eeb7bf</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>