GET api/app/extractionengine/{eventId}/{referralEngine}
Gets event details for referred groups This is for a workflow arrangement, fired from a webhook
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | integer |
Required |
|
| referralEngine | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReferralEngineEventDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemName | string |
None. |
|
| AgencyId | integer |
None. |
|
| ReferredGroups | Collection of ReferralEngineEventGroupDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SystemName": "sample string 1",
"AgencyId": 2,
"ReferredGroups": [
{
"JsonSettings": {},
"Id": 2
},
{
"JsonSettings": {},
"Id": 2
}
],
"Id": 3
}