CatálogoNotificaciones
Obtener plantilla de notificación
GET
/v1/notifications/templates/{templateId}Obtener plantilla de notificación. Una solicitud exitosa devuelve HTTP 200 con el cuerpo de respuesta documentado.
Autorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Parámetros de ruta
templateId*string
Identificador de la plantilla.
Parámetros de cabecera
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/notifications/templates/7204558912004325301" \ -H "Authorization: Bearer <token>"{ "id": "7204558912004325301", "tenantId": "7204558912004325301", "key": "example", "group": "example", "name": "Example resource", "notification": "email", "version": 1, "bodyTpl": "example", "status": "draft"}