Cloud Elements Version 2.172-2.176
time-entries
in ConnectWise CRM REST.POST /incidents/{id}/members
in ConnectWise CRM REST allowing user to add a resource/member to an incident.GET /incidents/{id}/time-entries
in ConnectWise CRM REST allowing user to retrieve all time entries related to an incident.GET /incidents/{incidentid}/comments
in FreshService allowing user to retrieve all comments related to an incident.GET /users
in FreshService allowing user to search by email.custom-objects
Resource and PollingAdded create, retrieve, update, delete, and search for custom-objects
resource in Eloqua.
Also added support for polling on this resource.
GET Vendors
You can now pass the query value with two single quotes .
Ex: CompanyName = 'Bruce''s Office Machines'
pageSize
for GET /contacts
API and GET /contacts/{id}/activities
is now set to 100.GET /contacts/{id}/activities
, if you try to pass a pageSize
greater than 100, we will now return the appropriate error in the element error response header.id
passed to GET /contacts/{id}/activities
and GET /accounts/{id}/activities
API.pageSize
parameter on GET /accounts
and GET /opportunities
now reflects the default pageSize
as 100.GET /accounts/{accountId}/activities
API.Added support for Quickbooks apps created after July that require the OAuth 2.0 authentication flow.
Fixed bug that was causing intermittent HTTP connections to reset on outbound API calls.