added
API Changelog
over 2 years ago by Shiham Jamaldeen
This change log tracks the changes and updates made to the Sine API Public API.
Version 1.2 - 01 November 2022
Feature | Description |
---|---|
Host Groups | GET/sine/v1/hosts/groups - Returns a list of host groups. GET/sine/v1/hosts/groups/{id} - Returns host group details by ID. POST/sine/v1/hosts/groups - Creates a new host group. PUT/sine/v1/hosts/groups/{id} - Updates the name of an existing host group. DELETE/sine/v1/hosts/groups/{id} - Deletes an existing host group |
Version 1.1 - 29 September 2022
Feature | Description |
---|---|
Sites | GET /sine/sites/{siteID}/hosts - Returns a list of hosts registered at a site |
Version 1.0 - 09 May 2022
Feature | Description |
---|---|
Sites | GET /sine/sites - Returns a list of Sites for a Team GET /sine/sites/{siteID} - Returns details of an existing site |
Invitation | POST /sine/invitations - Create an invitation POST/sine/invitations/search/host - Search invitations by host email PUT /sine/invitations/{invitationID} - Update an existing invitation GET /sine/invitations/{invitationID} - Returns details of an existing invitation DELETE /sine/invitations/{invitationID} - Delete invitation |