GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "4a2312ca-01bd-41f6-9b99-fd25e1092ba1",
    "creatorId": "98b5fcec-16f2-47b0-9235-9d13e8d535e9",
    "created": "2026-06-16T03:56:10.21831+02:00",
    "modifierId": "ef5e9fc9-0e73-45ec-afaa-dbb2e57c6094",
    "modified": "2026-06-16T03:56:10.21831+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-16T03:56:10.21831+02:00</Created>
    <CreatorId>98b5fcec-16f2-47b0-9235-9d13e8d535e9</CreatorId>
    <Id>4a2312ca-01bd-41f6-9b99-fd25e1092ba1</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2026-06-16T03:56:10.21831+02:00</Modified>
    <ModifierId>ef5e9fc9-0e73-45ec-afaa-dbb2e57c6094</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>