No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Building the Chatter REST API Resource URL
Access all Chatter REST API resources by using the URI for your company's instance, combined with version and community information, and the URI for the resource.
1https://na1.salesforce.com1/services/data/v30.01/chatter/feeds/news/me/feed-items1https://na1.salesforce.com/services/data/v30.0/chatter/
2feeds/news/me/feed-items1/connect/communities/communityId1https://na1.salesforce.com/services/data/v30.0/connect
2/communities/communityId/chatter/feeds/news/me/feed-items1/connect/communities/internalYou can use the internal shortcut even if communities are not enabled. You may want do this if you’re developing an application for multiple organizations and not all of them use communities.
The response bodies include URLs with /connect/communities/internal. This format enables you to perform string interpolation when referencing communities.
To access resources in the default community, you can also use the /chatter resources directly (without /connect/communities/internal). The response bodies don’t include URLs with /connect/communities/internal.
1https://communitydomain.force.com/communitypath/services/data/v30.0/connect
2/communities/communityId/chatter/feeds/news/me/feed-items