List recommendations of an application
GEThttps://platform.docana.com/api/v1/applications/:id/recommendations/
Returns the recommendation configurations of the application plus pagination metadata (total, page, limit, totalPages). Defaults to page 1 with 10 items, sorted by createdAt descending.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Recommendations of the application, paginated
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.