GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "b7812571-d5d2-4b96-a0b3-2666eae7bd20",
    "creatorId": "231f81b8-e3dd-447e-9973-40d6b0f99cf2",
    "created": "2026-03-10T01:51:46.3850364+01:00",
    "modifierId": "861b5c5f-ba3b-4afc-9930-302709849664",
    "modified": "2026-03-10T01:51:46.3850364+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>2026-03-10T01:51:46.3850364+01:00</Created>
    <CreatorId>231f81b8-e3dd-447e-9973-40d6b0f99cf2</CreatorId>
    <Id>b7812571-d5d2-4b96-a0b3-2666eae7bd20</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2026-03-10T01:51:46.3850364+01:00</Modified>
    <ModifierId>861b5c5f-ba3b-4afc-9930-302709849664</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>