GET api/IntegrationActions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IntegrationActionName | Description | Type | Additional information |
---|---|---|---|
IntegrationActionId | integer |
None. |
|
GroupId | string |
String length: inclusive between 0 and 20 |
|
CreatedBy | string |
Required String length: inclusive between 0 and 50 |
|
ParentId | string |
Required String length: inclusive between 0 and 50 |
|
ChildId | string |
String length: inclusive between 0 and 50 |
|
ParameterId | string |
String length: inclusive between 0 and 200 |
|
ParameterValue | string |
String length: inclusive between 0 and 200 |
|
OperationTypeId | integer |
None. |
|
ObjectTypeId | integer |
None. |
|
PriorityId | integer |
None. |
|
DateCreated | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 20 |
|
DateModified | date |
None. |
|
CancelledBy | string |
String length: inclusive between 0 and 20 |
|
DateCancelled | date |
None. |
|
DateProcessed | date |
None. |
|
StatusId | integer |
None. |
|
DateProcessStart | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "2", "integrationActionId": 1, "groupId": "sample string 2", "createdBy": "sample string 3", "parentId": "sample string 4", "childId": "sample string 5", "parameterId": "sample string 6", "parameterValue": "sample string 7", "operationTypeId": 8, "objectTypeId": 9, "priorityId": 10, "dateCreated": "2025-03-08T23:45:36.6259328+00:00", "modifiedBy": "sample string 12", "dateModified": "2025-03-08T23:45:36.6259328+00:00", "cancelledBy": "sample string 13", "dateCancelled": "2025-03-08T23:45:36.6259328+00:00", "dateProcessed": "2025-03-08T23:45:36.6259328+00:00", "statusId": 14, "dateProcessStart": "2025-03-08T23:45:36.6259328+00:00" }, { "$ref": "2" } ]