GET api/v2/IntegrationVersions/{integrationVersionId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| integrationVersionId | integer |
Required |
Response
IntegrationVersionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivationUserId | integer | ||
| ActivationUser | UserIdentification | ||
| ActivationDateTime | date | ||
| EditionUserId | integer | ||
| EditionUser | UserIdentification | ||
| EditionDateTime | date | ||
| Id | integer | ||
| Identification | string | ||
| Active | boolean |
Response Format
application/json, text/json
Sample:
{
"ActivationUserId": 1,
"ActivationUser": {
"Id": 1,
"Identification": "sample string 2"
},
"ActivationDateTime": "2026-01-26T20:24:55.6016561Z",
"EditionUserId": 1,
"EditionUser": {
"Id": 1,
"Identification": "sample string 2"
},
"EditionDateTime": "2026-01-26T20:24:55.6016561Z",
"Id": 1,
"Identification": "sample string 2",
"Active": true
}
text/html
Sample:
{"ActivationUserId":1,"ActivationUser":{"Id":1,"Identification":"sample string 2"},"ActivationDateTime":"2026-01-26T20:24:55.6016561Z","EditionUserId":1,"EditionUser":{"Id":1,"Identification":"sample string 2"},"EditionDateTime":"2026-01-26T20:24:55.6016561Z","Id":1,"Identification":"sample string 2","Active":true}