{ "opencollection": "1.0.0", "info": { "name": "BoldSign Branding GroupContacts API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "GroupContacts", "type": "folder" }, "items": [ { "info": { "name": "List Group Contacts.", "type": "http" }, "http": { "method": "GET", "url": "https://api.boldsign.com/v1/contactGroups/list", "params": [ { "name": "PageSize", "value": "", "type": "query", "description": "Page size specified in get user group contact list request. Default value is 10." }, { "name": "Page", "value": "", "type": "query", "description": "Page index specified in get user group contact list request. Default value is 1." }, { "name": "SearchKey", "value": "", "type": "query", "description": "Group Contacts can be listed by the search based on the Name or Email" }, { "name": "ContactType", "value": "", "type": "query", "description": "Group Contact type whether the contact is my contacts or all contacts. Default value is AllContacts." }, { "name": "Directories", "value": "", "type": "query", "description": "Group Contacts can be listed by the search based on the directories" } ] }, "docs": "List Group Contacts." }, { "info": { "name": "Create a new Group Contact.", "type": "http" }, "http": { "method": "POST", "url": "https://api.boldsign.com/v1/contactGroups/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Group Contact." }, { "info": { "name": "Update the Group Contact.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.boldsign.com/v1/contactGroups/update", "params": [ { "name": "groupId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the Group Contact." }, { "info": { "name": "Get Summary of the Group Contact.", "type": "http" }, "http": { "method": "GET", "url": "https://api.boldsign.com/v1/contactGroups/get", "params": [ { "name": "groupId", "value": "", "type": "query" } ] }, "docs": "Get Summary of the Group Contact." }, { "info": { "name": "Deletes a Group Contact.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.boldsign.com/v1/contactGroups/delete", "params": [ { "name": "groupId", "value": "", "type": "query" } ] }, "docs": "Deletes a Group Contact." } ] } ], "bundled": true }