GET api/Entities

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "caption": "sample string 1",
    "id": "c3c78b6b-68d3-47af-9344-fce356069ffd",
    "creatorId": "de744322-60e9-488a-9542-bf3694c6b9e3",
    "created": "2023-06-04T13:53:29.9364849+02:00",
    "modifierId": "3ee53fc1-0533-4fe5-bbf6-a482292d24bf",
    "modified": "2023-06-04T13:53:29.9364849+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>2023-06-04T13:53:29.9364849+02:00</Created>
    <CreatorId>de744322-60e9-488a-9542-bf3694c6b9e3</CreatorId>
    <Id>c3c78b6b-68d3-47af-9344-fce356069ffd</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2023-06-04T13:53:29.9364849+02:00</Modified>
    <ModifierId>3ee53fc1-0533-4fe5-bbf6-a482292d24bf</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>