Newer Version Available
Chatter Stream Input
- Root XML tag
- <stream>
- JSON example
-
1{ 2 "description" : "Feeds from my management hierarchy.", 3 "name" : "Managers Stream", 4 "subscriptionsToAdd" : { 5 "subscriptions" : [ 6 {"entityId" : "00590000000Dk5F"}, 7 {"entityId" : "00590000000Fk4M"}, 8 {"entityId" : "00590000000Sy7N"}, 9 {"entityId" : "00590000000Dk4H"}, 10 {"entityId" : "00590000000Uk7L"} 11 ] 12 } 13} - Properties
-
Name Type Description Required or Optional Available Version description String Description of the stream, up to 1,000 characters. Optional 39.0 name String Name of the stream, up to 120 characters. Required when creating a stream (POST) Optional when updating a stream (PATCH)
39.0 subscriptionsToAdd Stream Subscription Input[] List of up to 25 entities whose feeds are included in the stream. Adding an entity that is already added results in no operation. Including the same entity in subscriptionsToAdd and subscriptionsToRemove results in no operation.
Optional 39.0 subscriptionsToRemove Stream Subscription Input[] List of entities whose feeds are removed from the stream. Removing an entity that is already removed results in no operation. Including the same entity in subscriptionsToAdd and subscriptionsToRemove results in no operation.
Optional when updating a stream (PATCH) Not supported when creating a stream (POST)
39.0