Get Template Configuration
Overview
The Get Template Configuration API enables partners to retrieve the schema for a specific supplier application form template. This endpoint provides the same comprehensive configuration as the Get Configuration API but scoped to a single template ID, allowing for more targeted form rendering and reduced payload size when you know the specific template you need.
Authentication
This endpoint requires authentication. See API Authentication for detailed requirements and how to obtain credentials.
Endpoint
GET /api/applications/template/{templateId}
Path Parameters
- templateId (required): The unique identifier of the specific template configuration to retrieve
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
}