latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
reports
Search and list embedded report rows
post/app/v3/reports/{report_id}/embedded/search
Path parameters
report_idstring uuid required
Report ID
Request body
Example request
{
"page_size": 20,
"sort_by": "header_name.value",
"sort_direction": "desc"
}Response
List of embedded report rows
Example response
{
"page_size": 10,
"total_entries": 58,
"total_pages": 6,
"data": [
{
"cells": {
"header_a": {
"value": "1",
"style": "success"
},
"header_b": {
"value": "2",
"style": "error"
}
}
}
]
}