Read community data
- Last UpdatedMay 28, 2026
- 3 minute read
You can use APIs to read community data shared with your tenant. The steps are:
Connect to CONNECT data services with a role that has access to communities.
From the navigation menu, select Developer Tools > API Console. Verify that:
- The Change the targeted API version dropdown is set to v1-preview or later.
- Root path is enabled (disable the Home
icon).
Copy the ID for the community containing streams you want to access.
From the URI field, set the URI to the List Communities a Tenant is Joined to endpoint, and then query for the list of communities that your tenant is connected to. Copy the
Idof a community that you want to access data from.Tenant community memberships

Tip: Alternatively, you can obtain the ID for the relevant community by browsing to Data Management > Communities in the portal, selecting the relevant community, and copying its ID.
Using the List Streams By Community endpoint, query for streams using a community
Id(like one obtained in the previous two steps).Community streams

From the Body tab, copy the relevant stream's
Selflink and paste it into the URI field.Copy self link

Note: This method is the easiest because it includes region information, tenant information, and namespace information needed for the stream URL.
See Definitions and Get Stream.
Enter the community
Idin theCommunity-Idheader parameter.Enter Community ID in header

Use the resolved route with the
Community-Idin the header to get type information; types can not be accessed directly. See Get Resolved Stream.Resolved community stream with type information

Use data calls as normal, including the header
Community-Idparameter. See Stream Data.Community ID included in normal data calls
