Lookup dialog elements
POST/api/v4/actions/dialogs/lookup
Endpoint used by the Mattermost clients to lookup dynamic dialog elements. See https://docs.mattermost.com/developer/interactive-dialogs.html for more information on interactive dialogs. Minimum server version: 11.0
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 502
- 503
Dialog lookup successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
The upstream integration rate-limited the request. The original status code is preserved so clients can honor retry semantics.
The upstream integration returned a 5xx (other than 503). Surfaced as Bad Gateway because the failure is upstream of Mattermost.
The upstream integration is unavailable. The original status code is preserved so clients can honor retry semantics.