GET api/Entities
Documentation for 'Get'.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "caption": "sample string 1", "id": "d1d50aff-604f-417f-9565-ca042bcbc3e0", "creatorId": "7dd1a7da-a546-4d81-bc4a-1e698ffcb3c4", "created": "2024-11-21T11:13:39.9651079+01:00", "modifierId": "cd9aed4a-9481-4aa1-a51b-0f6ca41128ab", "modified": "2024-11-21T11:13:39.9651079+01: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>2024-11-21T11:13:39.9651079+01:00</Created> <CreatorId>7dd1a7da-a546-4d81-bc4a-1e698ffcb3c4</CreatorId> <Id>d1d50aff-604f-417f-9565-ca042bcbc3e0</Id> <IsDirty>true</IsDirty> <IsNew>true</IsNew> <Modified>2024-11-21T11:13:39.9651079+01:00</Modified> <ModifierId>cd9aed4a-9481-4aa1-a51b-0f6ca41128ab</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>