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-workspaceheader in the request.
Request Parameters
acs_system_id
acs_system_idType: string Required: No
ID of the acs_system for which you want to retrieve all acs_encoders.
limit
limitType: number Required: No
Number of acs_encoders to return.
acs_system_ids
acs_system_idsType: array Required: No
IDs of the acs_systems for which you want to retrieve all acs_encoders.
acs_encoder_ids
acs_encoder_idsType: array Required: No
IDs of the acs_encoders that you want to retrieve.
Return Type
Array<acs_encoder>
Last updated
Was this helpful?

