563848e0ecc0
Retrieve event email settings for one context and mode
Returns the saved event email settings for the specified context and mode. The response includes the type-level settings list, recipient preferences, and the context-level ccEmail/logoUrl/logoWidth values resolved for this context. Returns 404 when no settings record exists for this context+mode combination; call POST /{context}/{mode} to create one. Both context and mode are matched against a case-sensitive route pattern — values other than the two documented lowercase options will not match this route and return 404 at the routing layer, before this operation executes. This operation has no side effects.
Path parameters
Context (practitioner or facility)
Mode (credentialing or recredentialing)
Organization identifier that scopes this request to a specific organization's event email settings. Path segment; opaque string, no enforced format.
Headers
Tenant identifier of the requesting caller. Required on every request; opaque string, no enforced format.
Response
The event email settings for the requested context and mode, including resolved recipient preferences, ccEmail, logoUrl, logoWidth, and per-type template settings.