GET api/app/extractionengine/{extractionEngineFlags}/{groupId}
Gets An Token Package Based on the External Provider the app is associated with Processes this app API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| extractionEngineFlags |
The extraction engine flags value supplied with the request. |
integer |
Required |
| groupId |
The unique identifier of the group resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of ExtractionEngineDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Title |
The title value. |
string |
None. |
| Name |
The name value. |
string |
None. |
| Script |
The script value. |
string |
None. |
| ServiceTypeSystemName |
The service type system name value. |
string |
None. |
| AppUrl |
The app url value. |
string |
None. |
| MenuIcon |
The menu icon value. |
string |
None. |
| Height |
The height value. |
integer |
None. |
| SandboxSettings |
The sandbox settings value. |
string |
None. |
| ReasonsForNo |
The reasons for no value. |
string |
None. |
| ActionText |
The action text value. |
string |
None. |
| CancelText |
The cancel text value. |
string |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Title": "sample string 1",
"Name": "sample string 2",
"Script": "sample string 3",
"ServiceTypeSystemName": "sample string 4",
"AppUrl": "sample string 5",
"MenuIcon": "sample string 6",
"Height": 7,
"SandboxSettings": "sample string 8",
"ReasonsForNo": "sample string 9",
"ActionText": "sample string 10",
"CancelText": "sample string 11",
"Id": 12
},
{
"Title": "sample string 1",
"Name": "sample string 2",
"Script": "sample string 3",
"ServiceTypeSystemName": "sample string 4",
"AppUrl": "sample string 5",
"MenuIcon": "sample string 6",
"Height": 7,
"SandboxSettings": "sample string 8",
"ReasonsForNo": "sample string 9",
"ActionText": "sample string 10",
"CancelText": "sample string 11",
"Id": 12
}
]