- Subcategories:
- Feed Events
- Feed Attributes
- Feed Supported Attributes
- Large Object (LOB) Attributes - Feed Object Details
Feed Objects REST Endpoints
Feed Configurations/Feed Objects
The feed objects resource is used to create, update, and delete the objects of a feed configuration.
- Create a feed object
- Method: postPath:
/crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject - Delete a feed object
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId} - Get a feed object
- Method: getPath:
/crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId} - Get all feed objects
- Method: getPath:
/crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject - Update a feed object
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId}