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": "87e77be5-40a7-4b10-958e-4da164434c6e",
"IntegrationID": "0a81f886-a2af-4965-9793-cb852a2f2cbd",
"IntegrationDataSourceID": "2eadd76d-413d-4c71-ae4a-f7317d1880d2",
"CodeTypeID": 3,
"LastDateUpdated": "2026-04-29T13:44:49.49791+00:00",
"DateCreated": "2026-04-29T13:44:49.49791+00:00",
"SourceCode": "sample string 6",
"SourceCodeAssemblyFileName": "sample string 7",
"CodeTypeName": "sample string 8",
"CodeTemplateFileName": "sample string 9"
},
{
"ID": "87e77be5-40a7-4b10-958e-4da164434c6e",
"IntegrationID": "0a81f886-a2af-4965-9793-cb852a2f2cbd",
"IntegrationDataSourceID": "2eadd76d-413d-4c71-ae4a-f7317d1880d2",
"CodeTypeID": 3,
"LastDateUpdated": "2026-04-29T13:44:49.49791+00:00",
"DateCreated": "2026-04-29T13:44:49.49791+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-04-29T13:44:49.49791+00:00</DateCreated>
<ID>87e77be5-40a7-4b10-958e-4da164434c6e</ID>
<IntegrationDataSourceID>2eadd76d-413d-4c71-ae4a-f7317d1880d2</IntegrationDataSourceID>
<IntegrationID>0a81f886-a2af-4965-9793-cb852a2f2cbd</IntegrationID>
<LastDateUpdated>2026-04-29T13:44:49.49791+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-04-29T13:44:49.49791+00:00</DateCreated>
<ID>87e77be5-40a7-4b10-958e-4da164434c6e</ID>
<IntegrationDataSourceID>2eadd76d-413d-4c71-ae4a-f7317d1880d2</IntegrationDataSourceID>
<IntegrationID>0a81f886-a2af-4965-9793-cb852a2f2cbd</IntegrationID>
<LastDateUpdated>2026-04-29T13:44:49.49791+00:00</LastDateUpdated>
<SourceCode>sample string 6</SourceCode>
<SourceCodeAssemblyFileName>sample string 7</SourceCodeAssemblyFileName>
</IntegrationsCodeViewModel>
</ArrayOfIntegrationsCodeViewModel>