Application details
Retrieves detailed information for a specific no-code application, including its configuration and current status.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Path Parameters
Unique identifier of the application to retrieve.
Response
Detailed application object including its input configuration.
Unique identifier for the application.
Display name of the application.
The type of no-code application.
generation
Current deployment status of the application. Note: currently only deployed
applications are returned.
deployed
, draft
List of input configurations for the application.
Configuration for an individual input field in the application.
Timestamp when the application was created.
Timestamp when the application was last updated.
Timestamp when the application was last deployed.
Was this page helpful?