GET V2/odata/EntityChange
Gets EntityChange entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V2.Models.EntityChangeName | Description | Type | Additional information |
---|---|---|---|
EntityChangeId |
Gets or sets the PK |
integer |
64-bit signed integer |
AdditionalDescription |
Gets or sets the addition description added to the operation (eg. rejection reason when the time entry is rejected) |
string | |
Date |
Gets or sets the date |
date |
Required date and time of day, relative to Coordinated Universal Time (UTC) |
EntityId |
Gets or sets the entity id |
integer |
Required 64-bit signed integer |
EntityOperation |
Gets or sets the operation |
QicsUnity.Api.Areas.V2.Models.EntityOperation | |
BusinessOperation |
Gets or sets the business operation |
QicsUnity.Api.Areas.V2.Models.BusinessOperation |
Nullable |
EntityType |
Gets or sets the entity type (user, general …) |
QicsUnity.Api.Areas.V2.Models.EntityType | |
UserName |
Gets or sets the user name |
string |
Required |
Response Formats
application/json, text/json
Sample:
[ { "EntityChangeId": "1", "AdditionalDescription": "sample 2", "Date": "2024-12-22T22:28:41.6808287+00:00", "EntityId": "4", "EntityOperation": "Insert", "BusinessOperation": "Approve", "EntityType": "General", "UserName": "sample 5" }, { "EntityChangeId": "1", "AdditionalDescription": "sample 2", "Date": "2024-12-22T22:28:41.6808287+00:00", "EntityId": "4", "EntityOperation": "Insert", "BusinessOperation": "Approve", "EntityType": "General", "UserName": "sample 5" } ]
application/xml, text/xml
Sample:
<ArrayOfEntityChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models"> <EntityChange> <AdditionalDescription>sample 2</AdditionalDescription> <BusinessOperation>Approve</BusinessOperation> <Date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T22:28:41.6808287Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </Date> <EntityChangeId>1</EntityChangeId> <EntityId>4</EntityId> <EntityOperation>Insert</EntityOperation> <EntityType>General</EntityType> <UserName>sample 5</UserName> </EntityChange> <EntityChange> <AdditionalDescription>sample 2</AdditionalDescription> <BusinessOperation>Approve</BusinessOperation> <Date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T22:28:41.6808287Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </Date> <EntityChangeId>1</EntityChangeId> <EntityId>4</EntityId> <EntityOperation>Insert</EntityOperation> <EntityType>General</EntityType> <UserName>sample 5</UserName> </EntityChange> </ArrayOfEntityChange>