List Encoders

POST /acs/encoders/list ⇒ { acs_encoders: [acs_encoder, …] }

Returns a list of all encoders.

Authentication Methods

  • API key

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

Request Parameters

acs_system_id

Type: string Required: No

ID of the acs_system for which you want to retrieve all acs_encoders.


limit

Type: number Required: No

Number of acs_encoders to return.


acs_system_ids

Type: array Required: No

IDs of the acs_systems for which you want to retrieve all acs_encoders.


acs_encoder_ids

Type: array Required: No

IDs of the acs_encoders that you want to retrieve.


Return Type

Array<acs_encoder>

Last updated

Was this helpful?