GET actions
Retrieves a list of all completed and in progress Actions for a specific customer / company
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Skip | System.Int32 | None | |
Take | System.Int32 | None | |
Page | System.Int32 | None | |
PageSize | System.Int32 | None | |
Filters | Epic.Customer.Api.EnumerableFilterRequest[] | None | |
Sort | Epic.Customer.Api.EnumerableSortRequest | None |
Body Parameters
None
Response Information
Resource Description
System.Collections.Generic.List`1[Epic.Customer.Api.ActionResponse]
Name | Description | Type | Additional information |
---|---|---|---|
CompanyID | System.Int32 | None | |
CustomerID | System.Int32 | None | |
UserName | System.String | None | |
RequestDate | System.DateTimeOffset | None | |
EstimatedDuration | System.Int32 | None | |
Duration | System.Int32 | None | |
ActionID | System.Guid | None | |
ActionStatusID | System.Int32 | None | |
SubSystem | System.String | None | |
ActionCommand | System.String | None | |
ActionTargetID | System.Guid | None |