RepairShopr integration (Productivity). Imported from open-connector.
https://{subdomain}{repairshopr_host_suffix}{repairshopr_api_path}/me
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| sort | string | optional | A customer field to order by, such as "firstname ASC" or "city DESC". |
| query | string | optional | Search query for matching customers. |
| firstname | string | optional | Filter customers with a first name like this value. |
| lastname | string | optional | Filter customers with a last name like this value. |
| business_name | string | optional | Filter customers with a business name like this value. |
| string | optional | Filter customers by email address. | |
| page | integer | optional | Returns the provided page of results; each page contains 25 results. |
/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | RepairShopr numeric record identifier. |
/tickets
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | integer | optional | Filter tickets by customer ID. |
| contact_id | integer | optional | Filter tickets by contact ID. |
| number | string | optional | Filter tickets by ticket number. |
| resolved_after | string | optional | Return tickets resolved after this date, such as "2019-01-23". |
| created_after | string | optional | Return tickets created after this date, such as "2019-02-25". |
| since_updated_at | string | optional | Return tickets updated after this date, such as "2019-02-25". |
| status | string | optional | Filter tickets by status, such as "New", "In Progress", "Resolved", or "Not Clo… |
| query | string | optional | Search query for matching tickets. |
| user_id | integer | optional | Filter tickets assigned to a RepairShopr user ID. |
| mine | boolean | optional | Filter tickets assigned to the current user. |
| ticket_search_id | integer | optional | Return results from a saved RepairShopr ticket search. |
| asset_name | string | optional | Filter tickets linked to assets whose name matches this value. |
| asset_serial | string | optional | Filter tickets linked to assets whose serial number matches this value. |
| page | integer | optional | Returns the provided page of results; each page contains 25 results. |
| comment_format | string | optional | Format to use for ticket comments in the response. |
| all_comments | boolean | optional | Include all ticket comments when supported by RepairShopr. |
/tickets/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | RepairShopr numeric record identifier. |