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": "0a81ec89-6d23-43b1-a168-16daefe5ad21", "ArcoroId": "d6ebd02d-53ed-4598-bfa2-d659e99f4c5b", "SecretName": "sample string 3", "IntegrationType": 0, "IsDeleted": true }, { "CommonIdentifier": "0a81ec89-6d23-43b1-a168-16daefe5ad21", "ArcoroId": "d6ebd02d-53ed-4598-bfa2-d659e99f4c5b", "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>d6ebd02d-53ed-4598-bfa2-d659e99f4c5b</ArcoroId> <CommonIdentifier>0a81ec89-6d23-43b1-a168-16daefe5ad21</CommonIdentifier> <IntegrationType>ApplicantExport</IntegrationType> <IsDeleted>true</IsDeleted> <SecretName>sample string 3</SecretName> </IntegrationResponseModel> <IntegrationResponseModel> <ArcoroId>d6ebd02d-53ed-4598-bfa2-d659e99f4c5b</ArcoroId> <CommonIdentifier>0a81ec89-6d23-43b1-a168-16daefe5ad21</CommonIdentifier> <IntegrationType>ApplicantExport</IntegrationType> <IsDeleted>true</IsDeleted> <SecretName>sample string 3</SecretName> </IntegrationResponseModel> </_x003C_IntegrationList_x003E_k__BackingField> </IntegrationListResponseModel>