List Version

List Version

List version

Request
URI
GET
https://{api_host}/pipeline/api/custom-integrations/{id}/versions/{version}
COPY
Path Parameters
string
id
Required

id

string
version
Required

version


Responses
200

OK

Returns CustomIntegration of type(s) application/json
{
    "name": "string",
    "kind": "string",
    "tags": [
        "string"
    ],
    "_link": "/pipeline/api/..",
    "_createdBy": "Test user",
    "_updatedBy": "Test user",
    "_updateTimeInMicros": 1499279153081002,
    "project": "Test Project",
    "description": "string",
    "status": "released",
    "yaml": "string",
    "version": "string",
    "changeLog": "string"
}
string
name
Optional

name

string
kind
Optional

kind

array of string
tags
Optional

tags

string
_link
Optional

_link

string
_createdBy
Optional

_createdBy

string
_updatedBy
Optional

updatedBy

integer As int64 As int64
_updateTimeInMicros
Optional

_updateTimeInMicros

string
project
Optional

project

string
description
Optional

description

string
status
Optional

status

string
yaml
Required

yaml spec

string
version
Optional

version

string
changeLog
Optional

changeLog


404

Not found

Operation doesn't return any data structure