Queries a list of Ethernet switch ports for a specific switch.

Supports filtering, sorting, and indexing.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of switch containing the switch ports.

Query Params
string

An optional URL-encoded JSON query.

string

An optional URL-encoded JSON sort criteria.

int32
Defaults to 0

The zero-based starting index.

int32
Defaults to 10

The number to return. This value is capped at 100.

string

The optional organization ID. Defaults to organization in the credentials. Applicable to 9Line administrators. Applicable to service provider administrators for specifying the parent organization when using credentials for a child organization.

Responses
200

OK when successful with this Ethernet switch ports in the body.

400

BAD REQUEST if any parameter validation errors occur.

401

UNAUTHORIZED when the access token is invalid or expired.

403

FORBIDDEN when the permissions to read the Ethernet switch port are not granted.

500

INTERNAL SERVER ERROR on any unexpected errors.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!