← Tools Reference

RepairShopr

RepairShopr integration (Productivity). Imported from open-connector.

API key5 toolshttps://{subdomain}{repairshopr_host_suffix}{repairshopr_api_path}
GET
repairshopr_get_current_user
Retrieve the current RepairShopr API user and account details.

/me

GET
repairshopr_list_customers
Return a paginated list of RepairShopr customers.

/customers

7 parameters
ParamTypeRequiredDescription
sortstringoptionalA customer field to order by, such as "firstname ASC" or "city DESC".
querystringoptionalSearch query for matching customers.
firstnamestringoptionalFilter customers with a first name like this value.
lastnamestringoptionalFilter customers with a last name like this value.
business_namestringoptionalFilter customers with a business name like this value.
emailstringoptionalFilter customers by email address.
pageintegeroptionalReturns the provided page of results; each page contains 25 results.
GET
repairshopr_get_customer
Retrieve a RepairShopr customer by ID.

/customers/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredRepairShopr numeric record identifier.
GET
repairshopr_list_tickets
Return a paginated list of RepairShopr tickets.

/tickets

16 parameters
ParamTypeRequiredDescription
customer_idintegeroptionalFilter tickets by customer ID.
contact_idintegeroptionalFilter tickets by contact ID.
numberstringoptionalFilter tickets by ticket number.
resolved_afterstringoptionalReturn tickets resolved after this date, such as "2019-01-23".
created_afterstringoptionalReturn tickets created after this date, such as "2019-02-25".
since_updated_atstringoptionalReturn tickets updated after this date, such as "2019-02-25".
statusstringoptionalFilter tickets by status, such as "New", "In Progress", "Resolved", or "Not Clo…
querystringoptionalSearch query for matching tickets.
user_idintegeroptionalFilter tickets assigned to a RepairShopr user ID.
minebooleanoptionalFilter tickets assigned to the current user.
ticket_search_idintegeroptionalReturn results from a saved RepairShopr ticket search.
asset_namestringoptionalFilter tickets linked to assets whose name matches this value.
asset_serialstringoptionalFilter tickets linked to assets whose serial number matches this value.
pageintegeroptionalReturns the provided page of results; each page contains 25 results.
comment_formatstringoptionalFormat to use for ticket comments in the response.
all_commentsbooleanoptionalInclude all ticket comments when supported by RepairShopr.
GET
repairshopr_get_ticket
Retrieve a RepairShopr ticket by ID.

/tickets/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredRepairShopr numeric record identifier.