Endpoints for component mappings
You can interact with the component mappings through the following API endpoints:
GET /api/dossier-templates/{dossierTemplateId}/component-mappings
Returns a list of all existing component mappings in a dossier template.
GET /api/dossier-templates/{dossierTemplateId}/component-mappings/{componentMappingId}
Download a specific component mapping file of a specific dossier template.
POST /api/dossier-templates/{dossierTemplateId}/component-mappings
Upload a new component mapping to a dossier template.
PUT /api/dossier-templates/{dossierTemplateId}/component-mappings/{componentMappingId}
Update an existing component mapping of a dossier template.
DELETE /api/dossier-templates/{dossierTemplateId}/component-mappings/{componentMappingId}
Delete a specific component mapping file of a specific dossier template.
The endpoints allow you to manage your component mappings efficiently. For detailed information on the different endpoint and their request/response structures, please refer to the API specification.