Resource-Id
filter
round(respondentes * 100 / total)
N/A
Authorization: Bearer ********************
curl --location 'https://scenic-tokyo-3bje4ahyb4rd.on-vapor.com/api/v1//adhesion/heatmap?filter=Diretoria&page=1&per_page=50' \ --header 'Resource-Id: 9c73a4aa-8094-4241-ad05-658436f471fe' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "group": "string", "keys": { "participation": 0 } } ], "links": { "first": "string", "last": "string", "prev": "string", "next": "string" }, "meta": { "current_page": 0, "per_page": 0, "total": 0, "last_page": 0, "index": "string", "keys": [ { "key": "string", "label": "string", "overall": 0 } ] } }