List Encoders
Returns a list of all encoders.
POST /acs/encoders/list ⇒ { acs_encoders: [acs_encoder, …] }
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
Last updated
Was this helpful?