I'm encountering issues with retrieving the categories list from the API. The default pagination is set to 200, but attempts to increase or decrease this limit to, for example, 1000 using the URL = “/api/v1.0/categories?$s=1000” or 100 URL = “/api/v1.0/categories?$s=100” are unsuccessful.
Categories List
Best answer by athaxton_iiQ
After investigating this API call once again and comparing the call against the API call Incident IQ makes to retrieve the Model Categories for your district, I found that you will want to modify the call a bit so that v2 is also included in the API URL as well such as in the URL below:
/api/v1.0/categories/v2?$s=1000
If v2 is added to the URL prior to $s=1000, then the page size of the call should be able to be adjusted to return more or less model categories. With that said though, if you encounter any issues with this URL though or if you may have any questions or concerns, please let me know, and I hope you have a great day!
Best Regards,
Drew
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

