List the releases of a particular Decision Application

apps_list_releases(
  slug,
  archived = NULL,
  limit = NULL,
  page_num = NULL,
  order = NULL,
  order_dir = NULL
)

Arguments

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.

Value

An array containing the following fields:

id

integer, The unique id of the release.

appId

integer, The id of the app the release belongs to.

reportTemplateId

integer, ID of the report template for this release.

resources

list, A hash of resources associated with this release.

archived

string, The archival status of the requested item(s).