GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "31bf1c5b-0fbf-4a30-bc4e-d2d27575623c",
    "creatorId": "747a0144-df73-46ec-87db-e3ae53b6efa5",
    "created": "2025-04-04T03:55:33.2847637+02:00",
    "modifierId": "68f94226-06f4-4e7e-91ee-89c374f2d590",
    "modified": "2025-04-04T03:55:33.2847637+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>2025-04-04T03:55:33.2847637+02:00</Created>
    <CreatorId>747a0144-df73-46ec-87db-e3ae53b6efa5</CreatorId>
    <Id>31bf1c5b-0fbf-4a30-bc4e-d2d27575623c</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2025-04-04T03:55:33.2847637+02:00</Modified>
    <ModifierId>68f94226-06f4-4e7e-91ee-89c374f2d590</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>