Docs

Get Client Data By Field

Retrieves client data by field from CoachAccountable.

GET

Query

Arguments
stringrequired

The name of the field to be fetched, either input name within a Form-based Worksheet, Metric name, or fedBy input name for a Metric.

number

The ID of the client for whom data is to be returned, if desired only for a single, specific client.

date

Set to restrict data returned to those dated at or after the provided value.

date

Set to restrict data returned to those dated at or before the provided value.

boolean

Include data for Clients who are inactive.

string

Group data dates to into weeks or months for a more coherent spreadsheet. Useful when, for example, clients all report on a weekly basis yet might do it on any day of the week.

string

Data points often have a sensible textual and numeric value. Set this to get one, the other, or both.

string

How should the returned data be structured in the CSV? Date Grid means each row is a client, and columns are dates of the data. Data Point Listing returns rows that are each a single data point: ClientID, client name, date, and value.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.