English
Returns records and count distribution across task status based on specified date range and fields
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/table/{tableId}/aggregation/task-status-collection \ --header 'Authorization: Bearer <token>'
{ "cells": [ { "recordId": "<string>", "fieldId": "<string>" } ], "fieldMap": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task status collection for the view
Show child attributes
Was this page helpful?