GET api/Connectors/GetProviderConnectorConfigurations?providerId={providerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProviderConnectorConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderConnectorConfigurationID | integer |
None. |
|
| ProviderID | integer |
None. |
|
| ConnectorID | integer |
None. |
|
| FieldName | string |
None. |
|
| FieldValue | string |
None. |
|
| DataType | string |
None. |
|
| Status | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| Connector | Connector |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"ProviderConnectorConfigurationID": 1,
"ProviderID": 2,
"ConnectorID": 3,
"FieldName": "sample string 4",
"FieldValue": "sample string 5",
"DataType": "sample string 6",
"Status": true,
"CreatedBy": 8,
"CreatedDate": "10/30/2025",
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025",
"Connector": {
"ConnectorID": 1,
"Name": "sample string 2",
"ConnectorTypes": "sample string 3",
"Status": true,
"CreatedBy": 5,
"CreatedDate": "10/30/2025",
"ProviderConnectorConfigurations": [],
"ProviderConnectors": [
{
"ProviderConnectorID": 1,
"ProviderID": 2,
"ConnectorID": 3,
"ConnectorTypeID": 64,
"EntityType": 5,
"Status": true,
"IsPicked": true,
"IsSyncEnabled": true,
"Exception": "sample string 9",
"CreatedBy": 10,
"AdditionalData": "sample string 11",
"MaxTransactions": 12,
"ProcessedCount": 13,
"TransactionPeriod": "sample string 14",
"CreatedDate": "10/30/2025",
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025"
},
{
"ProviderConnectorID": 1,
"ProviderID": 2,
"ConnectorID": 3,
"ConnectorTypeID": 64,
"EntityType": 5,
"Status": true,
"IsPicked": true,
"IsSyncEnabled": true,
"Exception": "sample string 9",
"CreatedBy": 10,
"AdditionalData": "sample string 11",
"MaxTransactions": 12,
"ProcessedCount": 13,
"TransactionPeriod": "sample string 14",
"CreatedDate": "10/30/2025",
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025"
}
]
}
},
{
"ProviderConnectorConfigurationID": 1,
"ProviderID": 2,
"ConnectorID": 3,
"FieldName": "sample string 4",
"FieldValue": "sample string 5",
"DataType": "sample string 6",
"Status": true,
"CreatedBy": 8,
"CreatedDate": "10/30/2025",
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025",
"Connector": {
"ConnectorID": 1,
"Name": "sample string 2",
"ConnectorTypes": "sample string 3",
"Status": true,
"CreatedBy": 5,
"CreatedDate": "10/30/2025",
"ProviderConnectorConfigurations": [],
"ProviderConnectors": [
{
"ProviderConnectorID": 1,
"ProviderID": 2,
"ConnectorID": 3,
"ConnectorTypeID": 64,
"EntityType": 5,
"Status": true,
"IsPicked": true,
"IsSyncEnabled": true,
"Exception": "sample string 9",
"CreatedBy": 10,
"AdditionalData": "sample string 11",
"MaxTransactions": 12,
"ProcessedCount": 13,
"TransactionPeriod": "sample string 14",
"CreatedDate": "10/30/2025",
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025"
},
{
"ProviderConnectorID": 1,
"ProviderID": 2,
"ConnectorID": 3,
"ConnectorTypeID": 64,
"EntityType": 5,
"Status": true,
"IsPicked": true,
"IsSyncEnabled": true,
"Exception": "sample string 9",
"CreatedBy": 10,
"AdditionalData": "sample string 11",
"MaxTransactions": 12,
"ProcessedCount": 13,
"TransactionPeriod": "sample string 14",
"CreatedDate": "10/30/2025",
"ModifiedBy": 1,
"ModifiedDate": "10/30/2025"
}
]
}
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.