| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://secure.solve360.com/ | link | — | — | — |
Actions (51)
Contacts · 12
- Create contactPOST /contacts
Creates a new contact.
documented - Create contact (duplicate)POST /contacts
Creates a new contact (same as /contacts above – included for completeness).
documented - Create contact activityPOST /contacts/{activitySegmentName}/
Creates an activity linked to a parent item (activitySegmentName specifies the activity type, e.g., task).
documented - Create contact category tagPOST /contacts/categories/
Creates a category tag for contacts.
documented - Delete contactDELETE /contacts/{contactId}
Deletes a contact.
documented - Delete contact activityDELETE /contacts/{activitySegmentName}/{activityId}/
Deletes an activity linked to a parent item.
documented - List contact categoriesGET /contacts/categories/
Returns a collection of available contact tags.
documented - List contact fieldsGET /contacts/fields/
Returns a collection of available contact fields.
documented - List contactsGET /contacts
Returns a collection of contacts that match the requested criteria.
documented - Show contactGET /contacts/{contactId}
Retrieves all data related to a specific contact (including related activities and associations).
documented - Update contactPUT /contacts/{contactId}
Updates an existing contact.
documented - Update contact activityPUT /contacts/{activitySegmentName}/{activityId}/
Updates an activity linked to a parent item.
documented
Companies · 8
- Create companyPOST /companies
Creates a new company record.
documented - Create company activityPOST /companies/{activitySegmentName}/
Creates an activity linked to a company.
documented - Delete companyDELETE /companies/{companyId}
Deletes a company.
documented - Delete company activityDELETE /companies/{activitySegmentName}/{activityId}/
Deletes an activity linked to a company.
documented - List companiesGET /companies
Returns a collection of companies.
documented - Show companyGET /companies/{companyId}
Retrieves details of a specific company.
documented - Update companyPUT /companies/{companyId}
Updates an existing company.
documented - Update company activityPUT /companies/{activitySegmentName}/{activityId}/
Updates an activity linked to a company.
documented
Project Blogs · 8
- Create project blogPOST /projectblogs
Creates a new project blog record.
documented - Create project blog activityPOST /projectblogs/{activitySegmentName}/
Creates an activity linked to a project blog.
documented - Delete project blogDELETE /projectblogs/{projectBlogId}
Deletes a project blog.
documented - Delete project blog activityDELETE /projectblogs/{activitySegmentName}/{activityId}/
Deletes an activity linked to a project blog.
documented - List project blogsGET /projectblogs
Returns a collection of project blogs.
documented - Show project blogGET /projectblogs/{projectBlogId}
Retrieves details of a specific project blog.
documented - Update project blogPUT /projectblogs/{projectBlogId}
Updates an existing project blog.
documented - Update project blog activityPUT /projectblogs/{activitySegmentName}/{activityId}/
Updates an activity linked to a project blog.
documented
Tickets · 8
- Create ticketPOST /tickets
Creates a new ticket.
documented - Create ticket activityPOST /tickets/{activitySegmentName}/
Creates an activity linked to a ticket.
documented - Delete ticketDELETE /tickets/{ticketId}
Deletes a ticket.
documented - Delete ticket activityDELETE /tickets/{activitySegmentName}/{activityId}/
Deletes an activity linked to a ticket.
documented - List ticketsGET /tickets
Returns a collection of tickets.
documented - Show ticketGET /tickets/{ticketId}
Retrieves details of a specific ticket.
documented - Update ticketPUT /tickets/{ticketId}
Updates an existing ticket.
documented - Update ticket activityPUT /tickets/{activitySegmentName}/{activityId}/
Updates an activity linked to a ticket.
documented
Reports · 6
- List activitiesGET /report/activities/
Lists activities filtered by type, date range, and other criteria.
documented - List calendarGET /report/calendar/
Lists calendar events, tasks and milestones within a date range.
documented - List follow-upsGET /report/followups/
Lists open follow-ups with optional filters.
documented - List next actionsGET /report/nextactions/
Lists next actions (tasks, events, milestones) for a user or group.
documented - List opportunitiesGET /report/opportunities/
Lists opportunities by user/group and status.
documented - List timetrackingGET /report/timetracking/
Lists time tracking records within a given date range.
documented
Webhooks · 6
- Create webhookPOST /hooks/
Creates a webhook.
documented - Create webhookPOST /hooks/
Creates a webhook subscription for events.
documented - List webhooksGET /hooks/
Returns a list of registered webhooks.
documented - List webhooksGET /hooks/
Returns a list of registered webhooks.
documented - Update webhookPUT /hooks/{hookId}
Updates an existing webhook configuration.
documented - Update webhookPUT /hooks/{hookId}
Updates an existing webhook.
documented