curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/connectwise-psa \
--header 'Authorization: Bearer <token>'
{
"ticketCompanyId": "<string>",
"ticketBoardId": "<string>",
"ticketTypeId": "<string>",
"ticketPriorityId": "<string>",
"ticketPriorityUseSeverity": true,
"ticketStatusId": "<string>",
"ticketAutoContainedPriorityId": "<string>",
"ticketAutoContainedPriorityUseSeverity": true,
"ticketAutoContainedStatusId": "<string>",
"ticketPreventedPriorityId": "<string>",
"ticketPreventedPriorityUseSeverity": true,
"ticketPreventedStatusId": "<string>",
"ticketClosedPriorityId": "<string>",
"ticketContainedPriorityId": "<string>",
"ticketContainedStatusId": "<string>",
"ticketClosedStatusId": "<string>",
"ticketRespondedPriorityId": "<string>",
"ticketRespondedStatusId": "<string>",
"criticalSeverityPriorityId": "<string>",
"highSeverityPriorityId": "<string>",
"mediumSeverityPriorityId": "<string>",
"lowSeverityPriorityId": "<string>",
"informationalSeverityPriorityId": "<string>"
}
curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/connectwise-psa \
--header 'Authorization: Bearer <token>'
{
"ticketCompanyId": "<string>",
"ticketBoardId": "<string>",
"ticketTypeId": "<string>",
"ticketPriorityId": "<string>",
"ticketPriorityUseSeverity": true,
"ticketStatusId": "<string>",
"ticketAutoContainedPriorityId": "<string>",
"ticketAutoContainedPriorityUseSeverity": true,
"ticketAutoContainedStatusId": "<string>",
"ticketPreventedPriorityId": "<string>",
"ticketPreventedPriorityUseSeverity": true,
"ticketPreventedStatusId": "<string>",
"ticketClosedPriorityId": "<string>",
"ticketContainedPriorityId": "<string>",
"ticketContainedStatusId": "<string>",
"ticketClosedStatusId": "<string>",
"ticketRespondedPriorityId": "<string>",
"ticketRespondedStatusId": "<string>",
"criticalSeverityPriorityId": "<string>",
"highSeverityPriorityId": "<string>",
"mediumSeverityPriorityId": "<string>",
"lowSeverityPriorityId": "<string>",
"informationalSeverityPriorityId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ConnectWise PSA integration ID
The response is of type object
.