Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

acs_system_id
string<uuid>

ID of the access system for which you want to retrieve all encoders.

acs_system_ids
string<uuid>[]

IDs of the access systems for which you want to retrieve all encoders.

acs_encoder_ids
string<uuid>[]

IDs of the encoders that you want to retrieve.

limit
number<float>
default:500

Number of encoders to return.

page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

Response

OK

acs_encoders
object[]
required
pagination
object
required

Information about the current page of results.