GET api/IntegrationService/GetIntegrationCode?integrationID={integrationID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| integrationID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IntegrationsCodeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| IntegrationID | globally unique identifier |
None. |
|
| IntegrationDataSourceID | globally unique identifier |
None. |
|
| CodeTypeID | integer |
None. |
|
| LastDateUpdated | date |
None. |
|
| DateCreated | date |
None. |
|
| SourceCode | string |
None. |
|
| SourceCodeAssemblyFileName | string |
None. |
|
| CodeTypeName | string |
None. |
|
| CodeTemplateFileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "dd855614-43f6-460b-85a1-0dca0be94f26",
"IntegrationID": "a5746264-4a71-43e2-88cd-f25e3e5c226a",
"IntegrationDataSourceID": "8c0c341d-e31d-49ea-8fdd-7b717917de3b",
"CodeTypeID": 3,
"LastDateUpdated": "2026-03-01T23:36:52.4666328+00:00",
"DateCreated": "2026-03-01T23:36:52.4666328+00:00",
"SourceCode": "sample string 6",
"SourceCodeAssemblyFileName": "sample string 7",
"CodeTypeName": "sample string 8",
"CodeTemplateFileName": "sample string 9"
},
{
"ID": "dd855614-43f6-460b-85a1-0dca0be94f26",
"IntegrationID": "a5746264-4a71-43e2-88cd-f25e3e5c226a",
"IntegrationDataSourceID": "8c0c341d-e31d-49ea-8fdd-7b717917de3b",
"CodeTypeID": 3,
"LastDateUpdated": "2026-03-01T23:36:52.4666328+00:00",
"DateCreated": "2026-03-01T23:36:52.4666328+00:00",
"SourceCode": "sample string 6",
"SourceCodeAssemblyFileName": "sample string 7",
"CodeTypeName": "sample string 8",
"CodeTemplateFileName": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfIntegrationsCodeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSPSolutions.Middleware.Datalayer.Models">
<IntegrationsCodeViewModel>
<CodeTemplateFileName>sample string 9</CodeTemplateFileName>
<CodeTypeID>3</CodeTypeID>
<CodeTypeName>sample string 8</CodeTypeName>
<DateCreated>2026-03-01T23:36:52.4666328+00:00</DateCreated>
<ID>dd855614-43f6-460b-85a1-0dca0be94f26</ID>
<IntegrationDataSourceID>8c0c341d-e31d-49ea-8fdd-7b717917de3b</IntegrationDataSourceID>
<IntegrationID>a5746264-4a71-43e2-88cd-f25e3e5c226a</IntegrationID>
<LastDateUpdated>2026-03-01T23:36:52.4666328+00:00</LastDateUpdated>
<SourceCode>sample string 6</SourceCode>
<SourceCodeAssemblyFileName>sample string 7</SourceCodeAssemblyFileName>
</IntegrationsCodeViewModel>
<IntegrationsCodeViewModel>
<CodeTemplateFileName>sample string 9</CodeTemplateFileName>
<CodeTypeID>3</CodeTypeID>
<CodeTypeName>sample string 8</CodeTypeName>
<DateCreated>2026-03-01T23:36:52.4666328+00:00</DateCreated>
<ID>dd855614-43f6-460b-85a1-0dca0be94f26</ID>
<IntegrationDataSourceID>8c0c341d-e31d-49ea-8fdd-7b717917de3b</IntegrationDataSourceID>
<IntegrationID>a5746264-4a71-43e2-88cd-f25e3e5c226a</IntegrationID>
<LastDateUpdated>2026-03-01T23:36:52.4666328+00:00</LastDateUpdated>
<SourceCode>sample string 6</SourceCode>
<SourceCodeAssemblyFileName>sample string 7</SourceCodeAssemblyFileName>
</IntegrationsCodeViewModel>
</ArrayOfIntegrationsCodeViewModel>