GET api/IntegrationActions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of IntegrationAction
NameDescriptionTypeAdditional 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": "2024-09-19T13:13:10.6500597+00:00",
    "modifiedBy": "sample string 12",
    "dateModified": "2024-09-19T13:13:10.6500597+00:00",
    "cancelledBy": "sample string 13",
    "dateCancelled": "2024-09-19T13:13:10.6500597+00:00",
    "dateProcessed": "2024-09-19T13:13:10.6500597+00:00",
    "statusId": 14,
    "dateProcessStart": "2024-09-19T13:13:10.6500597+00:00"
  },
  {
    "$ref": "2"
  }
]