Changelog
Version 1.2
Feature | Description |
|---|---|
Workflow Responses | GET /v1/api/workflows/response/{responseId} - Fetches individual response details by its id GET /v1/api/workflows/response/workflow/{workflowId} - Fetches responses from a workflow, sort by response updated date GET /v1/api/workflows/response/team/{teamId} - Fetches paginated responses associated with a team GET /v1/api/workflows/response/{responseId}/form-response/{formResponseId} - Fetches the details of a form response using its id |
Companies | GET /v1/api/companies/company/{companyId} - Fetches individual company details by its ID GET /v1/api/companies/team/{teamId} - Fetches paginated companies associated with a team GET /v1/api/companies/document/company/{companyId} - Fetches all documents associated with a company |
API Upgrade
The Sine API is undergoing improvements and all customers are required to update their API clients and client credentials before the 31st January 2025. See API Upgrade for more information.
Version 1.1
Feature | Description |
|---|---|
Sites | GET /sine/sites/{siteID}/hosts - Returns a list of hosts registered at a site |
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.0
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 |
