Autodesk Cloud Services Health Dashboard
Field API: Search Issues by Date Updated

Field API: Get the Number of Issues

This is a questions I got from my colleague. Quick one, yet, might be easy to miss if you are skimming through the document. 

Q.  Is there a way to get the total number of issues in a given project without actually retrieving the issue records?

A.  You can use:

POST /api/get_issues

with “count_only” parameter set to non-nil. (In another word, you can give any value.) This will return only the issue count, e.g.,

{"count":21}

Mikako

Comments