GET api/AppEvents/Get/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "EventId": 1, "DateCreated": "2025-06-06T20:54:07.0830641+00:00", "EventType": 0, "Target": "sample string 3", "TargetType": 0, "EventData": {} }
application/xml, text/xml
Sample:
<AppEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.AppEvents"> <DateCreated>2025-06-06T20:54:07.0830641+00:00</DateCreated> <EventData /> <EventId>1</EventId> <EventType>AddWorkOrderNote</EventType> <Target>sample string 3</Target> <TargetType>WorkOrder</TargetType> </AppEvent>