List Encoders

Returns a list of all encoders.

POST /acs/encoders/list β‡’ { acs_encoders: [acs_encoder, …] }
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_encoder_ids Array of UUIDs

IDs of the encoders that you want to retrieve.


acs_system_id String

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


acs_system_ids Array of UUIDs

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


limit Number

Number of encoders to return.


Response

Array of acs_encoders

{
  JSON representation of acs_encoder
}

Last updated

Was this helpful?

Revision created

ci: Generate docs