Skip to main content
GET
Get one Application
An Application represents a third-party application that can be installed as an add-on in a Nexudus account. Each application is owned by a developer and identified by a unique ApplicationKey and SecretKey pair. The InstallUrl is the endpoint Nexudus calls when a location installs the application.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Application-Read role.

Path Parameters

integer
required
The Id of the Application record to retrieve.

Code Examples

Response

200

integer
ID of the developer linked to this record.
string
Display name of the application.
boolean
Whether the application is published and available for installation.
string
Unique key identifying the application, generated by Nexudus.
string
Secret key used to authenticate API calls from the application.
string
Brief summary of the application shown in listing views.
string
Full description of the application shown on the detail page.
string
URL that Nexudus calls when a location installs this application.
integer[]
List of required roles linked to this record.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response