GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "125fda68-4569-416a-afc6-ca04fbbfcd6c",
    "creatorId": "f32a9646-319a-4be8-98fa-810602776dd6",
    "created": "2026-06-26T11:29:30.3085072+02:00",
    "modifierId": "e5b34fcf-f040-4397-a529-5feecddb1b60",
    "modified": "2026-06-26T11:29:30.3085072+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-06-26T11:29:30.3085072+02:00</Created>
    <CreatorId>f32a9646-319a-4be8-98fa-810602776dd6</CreatorId>
    <Id>125fda68-4569-416a-afc6-ca04fbbfcd6c</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2026-06-26T11:29:30.3085072+02:00</Modified>
    <ModifierId>e5b34fcf-f040-4397-a529-5feecddb1b60</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>