GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "cba56e22-68b8-4ede-987c-285f742a5935",
    "creatorId": "f394f6fc-97f6-4884-84a8-3e9235eb3072",
    "created": "2026-07-26T11:59:46.4665205+02:00",
    "modifierId": "9e4b5a1e-bb81-4c70-b201-d448d18a3dbd",
    "modified": "2026-07-26T11:59:46.4665205+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-07-26T11:59:46.4665205+02:00</Created>
    <CreatorId>f394f6fc-97f6-4884-84a8-3e9235eb3072</CreatorId>
    <Id>cba56e22-68b8-4ede-987c-285f742a5935</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2026-07-26T11:59:46.4665205+02:00</Modified>
    <ModifierId>9e4b5a1e-bb81-4c70-b201-d448d18a3dbd</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>