apps
Get organisations apps
Retrieves all Apps owned by this organisation as a paginated response.
GET
/
organisations
/
{organisationId}
/
apps
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredQuery Parameters
first
integer
default: 20before
string
after
string
sort
string
Response
200 - application/json
totalCount
integer
requirednext
string
prev
string
items
object[]
items.id
string
requireditems.orgId
string
requireditems.name
string
requireditems.public
boolean
requireditems.server
object
requireditems.schemaMetadata
object
requireditems.supportedAuthConfigs
object[]
SupportedAuthConfigs is a list of authentication standards which can be used to connect a user's account to this app. At least one auth type needs to be valid for the App to be used by a user.
items.imageUrl
string
items.schema
object
requireditems.schemaId
string
items.createdAt
string
requireditems.updatedAt
string
requireditems.deletedAt
string