apps_get: List details of a Decision Application

Description Usage Arguments Value

Description

List details of a Decision Application

Usage

1
apps_get(slug)

Arguments

slug

string required. The slug for the application.

Value

A list containing the following elements:

slug

string, The slug for the application.

id

integer, The unique id of the application.

instanceName

string, A word that describes an instance of this app.

name

string, The name of the application.

currentRelease

list, A list containing the following elements:

  • 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 object, A hash of resources associated with this release.

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

features

list, App features.


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.