Get Application Configuration
Overview
The Get Configuration API enables partners to retrieve the schema for a specific application's configuration. This endpoint provides comprehensive configuration details including form structure, field definitions, validation rules, and template information for the specified application.
Authentication
This endpoint requires authentication. See API Authentication for detailed requirements and how to obtain credentials.
Endpoint
GET /api/applications/:applicationId/configs
Path Parameters
- applicationId (required): The unique identifier of the application for which to retrieve configuration
Response Structure
Response Structure
The response follows exactly the same structure as the Get Configuration API but returns only the configuration for the specified template ID. For detailed information about the response structure, interfaces, configuration rules, and field properties, please refer to the Get Configuration API documentation.
{
statusCode: number,
data: ApplicationConfigResponse
}