List Encoders
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
acs_system_id
Type: string
Required: No
ID of the acs_system
for which you want to retrieve all acs_encoder
s.
limit
limit
Type: number
Required: No
Number of acs_encoders
to return.
acs_system_ids
acs_system_ids
Type: array
Required: No
IDs of the acs_system
s for which you want to retrieve all acs_encoder
s.
acs_encoder_ids
acs_encoder_ids
Type: array
Required: No
IDs of the acs_encoder
s that you want to retrieve.
Return Type
Array<acs_encoder>
Last updated
Was this helpful?