Skip to content

AppModel

Gets the basic information about the app.

  • Permissions to view the App is needed.
  • API Tokens cannot be used with this API.

Constructor

Parameter

(none)

Methods

getAppId()

Get the appId

Parameter

(none)

Return

Integer

getCode()

Get the code

Parameter

(none)

Return

String

getName()

Get the name

Parameter

(none)

Return

String

getDescription()

Get the description

Parameter

(none)

Return

String

getSpaceId()

Get the spaceId

Parameter

(none)

Return

Integer

getThreadId()

Get the threadId

Parameter

(none)

Return

Integer

getCreator()

Get the creator

Parameter

(none)

Return

Member

getModifier()

Get the modifier

Parameter

(none)

Return

Member

getCreatedAt()

Get the createdAt

Parameter

(none)

Return

Date

getModifiedAt()

Get the modifiedAt

Parameter

(none)

Return

Date

Reference