{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Contact API", "version": "core" }, "items": [ { "info": { "name": "Contact", "type": "folder" }, "items": [ { "info": { "name": "Retrieve changes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/directory/contacts/changes", "params": [ { "name": "since", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "| Property| Description |\r\n| --------------------------------- |------------------------------------------------------------------------ |\r\n| GUID| The GUID associated to the contact. |\r\n| Salutation | The contact's Salutation. |\r\n| Forename| The contact's Forename. |\r\n| Surname| The contact's Surname. |\r\n| JobTitle| The contact's Job Title. |\r\n| ActivationCode| The contact's Activation code. |\r\n| ContactRegistrat" }, { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/directory/contacts/:guid", "params": [ { "name": "guid", "value": "", "type": "path" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property| Description |\r\n| --------------------------------- |------------------------------------------------------------------------ |\r\n| GUID| The GUID associated to the contact. |\r\n| Salutation | The contact's Salutation. |\r\n| Forename| The contact's Forename. |\r\n| Surname| The contact's Surname. |\r\n| JobTitle| The contact's Job Title. |\r\n| ActivationCode| The contact's Activation code. |\r\n| ContactRegistrat" }, { "info": { "name": "Partial update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/directory/contacts/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "| Property| Description | Required |\r\n| --------------------------------- |------------------------------------------------------------------------- | -------- |\r\n| GUID| The GUID associated to the contact. | No |\r\n| Salutation | The contact's Salutation. | No |\r\n| Forename| The contact's Forename. | No |\r\n| Surname| The contact's Surname. | Yes |\r\n| JobTitle| The contact's Job Title. | No |\r\n| Act" }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/directory/contacts", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "includeCount", "value": "", "type": "query" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property| Description |\r\n| --------------------------------- |------------------------------------------------------------------------ |\r\n| GUID| The GUID associated to the contact. |\r\n| Salutation | The contact's Salutation. |\r\n| Forename| The contact's Forename. |\r\n| Surname| The contact's Surname. |\r\n| JobTitle| The contact's Job Title. |\r\n| ActivationCode| The contact's Activation code. |\r\n| ContactRegistrat" }, { "info": { "name": "Create or update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/directory/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "| Property| Description | Required |\r\n| --------------------------------- |------------------------------------------------------------------------- | -------- |\r\n| GUID| The GUID associated to the contact. | No |\r\n| Salutation | The contact's Salutation. | No |\r\n| Forename| The contact's Forename. | No |\r\n| Surname| The contact's Surname. | Yes |\r\n| JobTitle| The contact's Job Title. | No |\r\n| Act" } ] } ], "bundled": true }