GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "6fefa6c5-daf0-468a-bed7-d65d28970136",
    "creatorId": "1d8aebf8-21f9-4097-a33d-e94b9aa8b9d7",
    "created": "2026-04-11T15:30:02.6699458+02:00",
    "modifierId": "e28a5008-3610-416b-aed1-a3600e8db2e3",
    "modified": "2026-04-11T15:30:02.6699458+02: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-04-11T15:30:02.6699458+02:00</Created>
    <CreatorId>1d8aebf8-21f9-4097-a33d-e94b9aa8b9d7</CreatorId>
    <Id>6fefa6c5-daf0-468a-bed7-d65d28970136</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2026-04-11T15:30:02.6699458+02:00</Modified>
    <ModifierId>e28a5008-3610-416b-aed1-a3600e8db2e3</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>