Report recipes
A report recipe is a stored definition of a tabular report used by AgencyMax reporting. Unlike the other AgencyMax resources, report recipes are not tenant-scoped: their URLs have no tenant identifier and they're shared across the platform.
| Operation | Scope |
|---|---|
GET /report-recipes | business-insights:report-recipes:read |
GET /report-recipes/{id} | business-insights:report-recipes:read |
POST /report-recipes | business-insights:report-recipes:write |
PUT /report-recipes/{id} | business-insights:report-recipes:write |
DELETE /report-recipes/{id} | business-insights:report-recipes:write |
note
The write scope is normally granted only to AgencyMax staff and trusted partners who build reports for the platform.
See the API Portal for the recipe schema.