List all optimizations
media_list_optimizations( archived = NULL, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
archived | string optional. The archival status of the requested item(s). |
---|---|
limit | integer optional. Number of results to return. Defaults to 20. Maximum allowed is 50. |
page_num | integer optional. Page number of the results to return. Defaults to the first page, 1. |
order | string optional. The field on which to order the result set. Defaults to created_at. Must be one of: created_at, author, name. |
order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc. |
An array containing the following fields:
integer, The optimization ID.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string, The name of the optimization.
string,
string,
string, The end time of the last run.
string, The state of the last run.
integer, The ID of the last run.
integer, The ID for the spot order produced by the optimization.
string, The archival status of the requested item(s).