GET
/
integration
/
{integrationId}
/
connectwise-psa
/
boards
/
{boardId}
/
ticketTypes
curl --request GET \
  --url https://api.wirespeed.co/integration/{integrationId}/connectwise-psa/boards/{boardId}/ticketTypes \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integrationId
string
required

ConnectWise PSA integration ID

boardId
string
required

Board ID

Response

200
application/json

The response is of type object[].