{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Emails Sharing Details API", "version": "1.0.0" }, "items": [ { "info": { "name": "Emails Sharing Details", "type": "folder" }, "items": [ { "info": { "name": "Get Email Shared Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:moduleApiName/:id/__emails_sharing_details", "params": [ { "name": "moduleApiName", "value": "", "type": "path", "description": "Module Api Name of the record" }, { "name": "id", "value": "", "type": "path", "description": "ID of the record whose email sharing details are to be fetched" } ] }, "docs": "To get the details of the users and the type with whom you can share the record's emails." } ] } ], "bundled": true }