Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

CONNECT data services developer documentation

Read community data

  • Last UpdatedAug 05, 2024
  • 2 minute read

You can use APIs to read community data shared with your tenant. The steps are:

  1. Connect to CONNECT data services with a role that has access to communities.

  2. Query for the list of communities to which your tenant is connected. See List Communities a Tenant is Joined to.

    list communities

  3. (Optional) Retrieve a community's information using the communityId. See Get a Community by Id.

  4. Query the community for streams using the communityId. See List Streams By Community.

    community streams

  5. Use the Self link in the response to get to the stream, including the communityId in the header.

    Note: This is the easiest method, because it contains region information, but the tenant and namespace information needed for the stream URL are included as other properties.

    See Definitions and Get Stream.

  6. Use the resolved route with the communityId in the header to get Type information; types can not be accessed directly. See Get Resolved Stream.

    resolved route

  7. Use data calls as normal, including the communityId in the header. See Stream Data.

    stream data

Related Links
TitleResults for “How to create a CRG?”Also Available in