Get All Using GET

Get All Using GET

Get all Endpoints with specified paging and filter parameters

Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/endpoints
COPY
Query Parameters
string
$filter
Optional

To list Endpoints with OData like filter

string
$orderby
Optional

Order by attribute

string
$skip
Optional

To skip 'n' Endpoints for listing

string
$top
Optional

To list top 'n' Endpoints for listing

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 the requested Endpoints

Returns Endpoints of type(s) application/json
{
    "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