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": "b906b916-d4c5-456c-addb-4eb057fe2b9f",
"IntegrationID": "15c398d6-b7c2-48fd-9347-d62a2e33f5ab",
"IntegrationDataSourceID": "76c2535e-4d7e-49c0-af9c-b9541b08de8d",
"CodeTypeID": 3,
"LastDateUpdated": "2025-12-30T14:37:49.1601578+00:00",
"DateCreated": "2025-12-30T14:37:49.1601578+00:00",
"SourceCode": "sample string 6",
"SourceCodeAssemblyFileName": "sample string 7",
"CodeTypeName": "sample string 8",
"CodeTemplateFileName": "sample string 9"
},
{
"ID": "b906b916-d4c5-456c-addb-4eb057fe2b9f",
"IntegrationID": "15c398d6-b7c2-48fd-9347-d62a2e33f5ab",
"IntegrationDataSourceID": "76c2535e-4d7e-49c0-af9c-b9541b08de8d",
"CodeTypeID": 3,
"LastDateUpdated": "2025-12-30T14:37:49.1601578+00:00",
"DateCreated": "2025-12-30T14:37:49.1601578+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>2025-12-30T14:37:49.1601578+00:00</DateCreated>
<ID>b906b916-d4c5-456c-addb-4eb057fe2b9f</ID>
<IntegrationDataSourceID>76c2535e-4d7e-49c0-af9c-b9541b08de8d</IntegrationDataSourceID>
<IntegrationID>15c398d6-b7c2-48fd-9347-d62a2e33f5ab</IntegrationID>
<LastDateUpdated>2025-12-30T14:37:49.1601578+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>2025-12-30T14:37:49.1601578+00:00</DateCreated>
<ID>b906b916-d4c5-456c-addb-4eb057fe2b9f</ID>
<IntegrationDataSourceID>76c2535e-4d7e-49c0-af9c-b9541b08de8d</IntegrationDataSourceID>
<IntegrationID>15c398d6-b7c2-48fd-9347-d62a2e33f5ab</IntegrationID>
<LastDateUpdated>2025-12-30T14:37:49.1601578+00:00</LastDateUpdated>
<SourceCode>sample string 6</SourceCode>
<SourceCodeAssemblyFileName>sample string 7</SourceCodeAssemblyFileName>
</IntegrationsCodeViewModel>
</ArrayOfIntegrationsCodeViewModel>