GET api/Entities
Documentation for 'Get'.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"caption": "sample string 1",
"id": "ca3f3501-f0f6-4cb4-9dc3-9ff5171f4b36",
"creatorId": "fdf23f7e-5401-4e14-b9a8-9d7e58913049",
"created": "2026-08-26T23:38:10.7468408+02:00",
"modifierId": "eb2049d4-550f-4553-8b4c-1daeb12094aa",
"modified": "2026-08-26T23:38:10.7468408+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-08-26T23:38:10.7468408+02:00</Created>
<CreatorId>fdf23f7e-5401-4e14-b9a8-9d7e58913049</CreatorId>
<Id>ca3f3501-f0f6-4cb4-9dc3-9ff5171f4b36</Id>
<IsDirty>true</IsDirty>
<IsNew>true</IsNew>
<Modified>2026-08-26T23:38:10.7468408+02:00</Modified>
<ModifierId>eb2049d4-550f-4553-8b4c-1daeb12094aa</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>