|
Method
|
GET
|
|
URL
|
/v2/<object_full_identifier>/count
|
|
Parameters
|
filter
|
|
Response Content Type
|
application/json
|
|
Parameter
|
Description
|
Data Type
|
Example
|
|---|---|---|---|
|
filter
|
Filtering condition that selects the records to be counted. SQML syntax for the WHERE clause is supported to allow filtering on eager-loaded fields.
If not specified, all undeleted records are counted.
|
String
|
Count only the records updated by the system user:
/v2/<object_full_identifier>/count?filter=io_updated_by.io_username='system' |
|
HTTP Status Code
|
Error Type
|
Error Message
|
|---|---|---|
|
400
|
missing_parameter_error
|
Missing or invalid required parameter
|
|
400
|
smql_query_error
|
SMQL query error
|
|
400
|
serialization_error
|
Serialization error
|
|
500
|
server_error
|
Server error
|
https://server/v2/io_object/count
https://server/v2/io_object/count?filter=io_created_on>'2024-01-01'
https://server/v2/io_object/count?filter=io_updated_by.io_username='system'
https://<server>/v2/io_showcase/count?filter=io_deleted=true+or+io_deleted=false