Get Custom Integration Versions By Id Using GET

Get Custom Integration Versions By Id Using GET

Get all versions of a Custom Integration with specified id, paging and filter parameters

Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/custom-integrations/{id}/versions
COPY
Path Parameters
string
id
Required

The ID of the Custom Integration

Query Parameters
string
$filter
Optional

To list Custom Integrations with OData like filter

string
$orderby
Optional

Order by attribute

string
$skip
Optional

To skip 'n' Custom Integrations for listing

string
$top
Optional

To list top 'n' Custom Integrations

string
page
Optional

To select 'n'th page for listing

string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with requested versions for Custom Integration

Returns CustomIntegrations of type(s) */*
{
    "count": 0,
    "links": [
        "string"
    ],
    "totalCount": 0
}
integer As int64 As int64
count
Optional

Number of resources within the current page.

object
documents
Optional

Details of the queried resources.

array of string
links
Optional

Partial URLs representing the links to the queried resources.

integer As int64 As int64
totalCount
Optional

Number of resources across all pages.


401

Unauthorized Request

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Server Error

Operation doesn't return any data structure