Get Custom Integrations Using GET

Get Custom Integrations Using GET

Get all Custom Integrations with specified paging and filter parameters.

Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/custom-integrations
COPY
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

string
type
Optional

type


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with the requested Custom Integrations

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