Return a given app instance

apps_get_instances(id, slug)

Arguments

id

integer required. The unique id of the instance.

slug

string required. The slug for the application.

Value

A list containing the following elements:

id

integer, The unique id of the instance.

name

string, The name of the instance.

appReleaseId

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

reportId

integer, The id of the report the instance belongs to.

createdAt

string, The time the instance was created at.

user

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.

projectId

integer, The id of the project collecting all the items that belong to this app instance.

authCodeUrl

string,

apiKey

string, A Civis API key that can be used by this app instance.

archived

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