GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "331495ca-14c0-4bdc-85ac-1165392bf3ed",
    "creatorId": "23a17a56-16a5-4255-9840-04f548d45f5c",
    "created": "2026-09-01T02:34:22.7703205+02:00",
    "modifierId": "fd241b0b-3422-403c-b197-0d5418bec076",
    "modified": "2026-09-01T02:34:22.7703205+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-09-01T02:34:22.7703205+02:00</Created>
    <CreatorId>23a17a56-16a5-4255-9840-04f548d45f5c</CreatorId>
    <Id>331495ca-14c0-4bdc-85ac-1165392bf3ed</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2026-09-01T02:34:22.7703205+02:00</Modified>
    <ModifierId>fd241b0b-3422-403c-b197-0d5418bec076</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>