R/generated_client.R
apps_list_releases.Rd
List the releases of a particular Decision Application
apps_list_releases( slug, archived = NULL, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
slug | string required. The slug for the application. |
---|---|
archived | string optional. The archival status of the requested item(s). |
limit | integer optional. Number of results to return. Defaults to its maximum of 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 id. Must be one of: id. |
order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc. |
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).