Resources may be counted using either of the following two methods.
Counting paths are built by appending '/count' to a valid resource path:
https://api.zenginehq.com/v1/forms/2/records/count
Use the counting path via a GET
request to retrieve the total count for the resource:
You can also access the total count for a resource while looping through paged responses. For example a GET
request to retrieve a page of resources:
https://api.wizehive-dev.com/v1/forms/2/records?attributes=field88&page=0,limit=5
Whould return the total count within each response: