GET api/v2/IntegrationVersions/{integrationVersionId}

Request

URI Parameters

NameDescriptionTypeAdditional information
integrationVersionId

integer

Required

Response

IntegrationVersionDetail
NameDescriptionTypeAdditional 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": "2025-08-04T18:40:32.4324553Z",
  "EditionUserId": 1,
  "EditionUser": {
    "Id": 1,
    "Identification": "sample string 2"
  },
  "EditionDateTime": "2025-08-04T18:40:32.4334564Z",
  "Id": 1,
  "Identification": "sample string 2",
  "Active": true
}

text/html

Sample:
{"ActivationUserId":1,"ActivationUser":{"Id":1,"Identification":"sample string 2"},"ActivationDateTime":"2025-08-04T18:40:32.4324553Z","EditionUserId":1,"EditionUser":{"Id":1,"Identification":"sample string 2"},"EditionDateTime":"2025-08-04T18:40:32.4334564Z","Id":1,"Identification":"sample string 2","Active":true}