latestOpenAPI 3.0.02026-08-216686147.9 KB
6f6009a58cdd
sheet-rows
Get the cells of a Sheet Row
get/v1/sheet-rows/{uuid}/cells
Path parameters
uuidstring uuid required
The UUID of the Sheet Row for which to get cell values
Response
The cells of the Sheet Row
Example response
{
"data": [
{
"column_uuid": "4d50d252-be0c-4d69-b77a-5bbdfef83f54"
}
]
}