REST API for attachments
Summary
REST to fetch all kinds of Attachment child rest collectionsContent
We have so many different object with attachment child collections. Like Below -
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Attachment
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/Attachments
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/attachments
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductAttachments
/crmRestApi/resources/11.13.18.05/resources/{PartyNumber}/child/PictureAttachment
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/Attachment
So is it possible to fetch and all view all these attachments with a single REST API Rather than having to use each REST API with each unique IDs in like being used above.
Tagged:
1