count
GET
/{modelName}/countReturns a count or group counting based on the specified filter
, groupBy
, and orders
.
Request
Path Params
modelName
string
required
Query Params
filters
array[string]
optional
Filters for data to be counted.
groupBy
array[string]
optional
Fields for group counts, Return the total count if not specified.
orders
array[string]
optional
The field order of the grouped results
effectiveDate
string <date>
optional
Effective date for timeline model.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer <int32>
optional
Status Code
data
boolean
optional
Result Data
error
string
optional
Error Message
message
string
optional
Common Message
Example
Not configured
Last modified: 8 天前