Visibility of custom presence definitions in single Divisions

I'm trying to get a full list of presence definitions (using the aptly named GET /api/v2/presence/definitions).
There are a lot of custom presences that have been created for specific divisions only. The OAuth credentials that I am using has permissions for each division. However the API response will not return results for any presence that existing in a single division and will only return definitions for presences that are available to All divisions.

I'm not using the divisionId parameter in my query and, based off the description, I was expecting that the response would include presences from all divisions.

Is this because the query is not being made by a "user", so even though the Role associated with the OAuth includes permissions to each division the response will only ever look to the All Divisions catchment?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.