What Neo reads — and what it never does
For the report, Neo makes only these read-only calls:service/tickets— the list of recent tickets (subject, status, board, dates)service/tickets/{id}/notes— the ticket description (in ConnectWise, the description is the first note)
Creating the read-only API member
1
Create a security role with one permission
Go to System → Security Roles and create a new role named “Neo Report (Read Only)”.Expand the Service Desk section and set Service Tickets → Inquire Level to All. Leave every other permission in every section at None.
2
Create an API member
Go to System → Members → API Members and create a new API member (API members do not consume a license). Assign it the Neo Report (Read Only) role.
3
Create an API key pair
Open the new member, go to the API Keys tab, and create a key pair.
4
Enter the details in the report form
Back in the report form, enter:
- ConnectWise site — your API host, for example
api-na.myconnectwise.net - Company ID — the company ID you type on the ConnectWise login screen
- Public / private API key — the pair you just created
