GET Integration/GetIntegrationsByType?integrationType={integrationType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
integrationType | IntegrationTypeEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
IntegrationListResponseModelName | Description | Type | Additional information |
---|---|---|---|
IntegrationList | Collection of IntegrationResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "<IntegrationList>k__BackingField": [ { "CommonIdentifier": "5f07cc76-6c76-40a7-96ff-91b24c057b2b", "ArcoroId": "5a8cdf68-55fa-4d2e-a7f4-634afd3eef4e", "SecretName": "sample string 3", "IntegrationType": 0, "IsDeleted": true }, { "CommonIdentifier": "5f07cc76-6c76-40a7-96ff-91b24c057b2b", "ArcoroId": "5a8cdf68-55fa-4d2e-a7f4-634afd3eef4e", "SecretName": "sample string 3", "IntegrationType": 0, "IsDeleted": true } ] }
application/xml, text/xml
Sample:
<IntegrationListResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemAdmin.Messaging.ResponseModels"> <_x003C_IntegrationList_x003E_k__BackingField> <IntegrationResponseModel> <ArcoroId>5a8cdf68-55fa-4d2e-a7f4-634afd3eef4e</ArcoroId> <CommonIdentifier>5f07cc76-6c76-40a7-96ff-91b24c057b2b</CommonIdentifier> <IntegrationType>ApplicantExport</IntegrationType> <IsDeleted>true</IsDeleted> <SecretName>sample string 3</SecretName> </IntegrationResponseModel> <IntegrationResponseModel> <ArcoroId>5a8cdf68-55fa-4d2e-a7f4-634afd3eef4e</ArcoroId> <CommonIdentifier>5f07cc76-6c76-40a7-96ff-91b24c057b2b</CommonIdentifier> <IntegrationType>ApplicantExport</IntegrationType> <IsDeleted>true</IsDeleted> <SecretName>sample string 3</SecretName> </IntegrationResponseModel> </_x003C_IntegrationList_x003E_k__BackingField> </IntegrationListResponseModel>