List the releases of a particular Decision Application
apps_list_releases(
slug,
archived = NULL,
limit = NULL,
page_num = NULL,
order = NULL,
order_dir = NULL
)
An array containing the following fields:
integer, The unique id of the release.
integer, The id of the app the release belongs to.
integer, ID of the report template for this release.
list, A hash of resources associated with this release.
string, The archival status of the requested item(s).
string required. The slug for the application.
string optional. The archival status of the requested item(s).
integer optional. Number of results to return. Defaults to its maximum of 50.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to id. Must be one of: id.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.