GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "993d94ba-e07e-42a8-bf1b-6b0010c2e9c4",
    "creatorId": "d3118484-0333-4d89-8ed8-cbba56dac9f1",
    "created": "2025-11-30T21:34:46.001364+01:00",
    "modifierId": "06b49c5f-7e72-4ed9-8be0-987ff66472fd",
    "modified": "2025-11-30T21:34:46.001364+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-30T21:34:46.001364+01:00</Created>
    <CreatorId>d3118484-0333-4d89-8ed8-cbba56dac9f1</CreatorId>
    <Id>993d94ba-e07e-42a8-bf1b-6b0010c2e9c4</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2025-11-30T21:34:46.001364+01:00</Modified>
    <ModifierId>06b49c5f-7e72-4ed9-8be0-987ff66472fd</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>