← Tools Reference

Snipe-IT

Snipe-IT integration (Productivity, Data). Imported from open-connector.

API key6 toolshttps://{trimmed}
GET
snipe_it_get_current_user
Get details for the Snipe-IT user associated with the API key.

/users/me

GET
snipe_it_list_hardware
List Snipe-IT hardware assets with optional search and filters.

/hardware

16 parameters
ParamTypeRequiredDescription
limitintegeroptionalNumber of records to return.
offsetintegeroptionalOffset to use when retrieving results.
searchstringoptionalSearch string.
sortstringoptionalField to order by.
orderstringoptionalSort order.
orderNumberstringoptionalReturn only assets associated with a specific order number.
modelIdintegeroptionalRestrict asset results to this asset model ID.
categoryIdintegeroptionalRestrict asset results to this category ID.
manufacturerIdintegeroptionalRestrict asset results to this manufacturer ID.
companyIdintegeroptionalRestrict asset results to this company ID.
locationIdintegeroptionalRestrict asset results to this location ID.
statusstringoptionalRestrict asset results to a documented Snipe-IT status value.
statusIdintegeroptionalRestrict asset results to this status label ID.
assignedTointegeroptionalRestrict asset results to this assigned user or item ID.
assignedTypestringoptionalRestrict asset results by assigned item type.
filterobjectoptionalKey-value filters to send as Snipe-IT's JSON filter query parameter.
GET
snipe_it_list_users
List Snipe-IT users with optional search and filters.

/users

29 parameters
ParamTypeRequiredDescription
limitintegeroptionalNumber of records to return.
offsetintegeroptionalOffset to use when retrieving results.
searchstringoptionalSearch string.
sortstringoptionalField to order by.
orderstringoptionalSort order.
firstNamestringoptionalFilter by first name.
lastNamestringoptionalFilter by last name.
usernamestringoptionalFilter by username.
emailstringoptionalFilter by email address or email search text.
employeeNumstringoptionalFilter by employee number.
statestringoptionalFilter by state.
zipstringoptionalFilter by zip or postal code.
countrystringoptionalFilter by country.
groupIdintegeroptionalFilter by group ID.
departmentIdintegeroptionalFilter by department ID.
companyIdintegeroptionalFilter by company ID.
locationIdintegeroptionalFilter by location ID.
deletedbooleanoptionalReturn only deleted users.
allbooleanoptionalReturn both deleted and active users.
ldapImportbooleanoptionalFilter by whether the user was imported or synced with LDAP.
assetsCountintegeroptionalFilter by number of checked out assets.
licensesCountintegeroptionalFilter by number of checked out licenses.
accessoriesCountintegeroptionalFilter by number of checked out accessories.
consumablesCountintegeroptionalFilter by number of checked out consumables.
remotebooleanoptionalFilter by whether the user is marked as remote.
vipbooleanoptionalFilter by whether the user is marked as VIP.
startDatestringoptionalFilter by start date.
endDatestringoptionalFilter by end date.
filterobjectoptionalKey-value filters to send as Snipe-IT's JSON filter query parameter.
GET
snipe_it_list_companies
List Snipe-IT companies.

/companies

1 parameter
ParamTypeRequiredDescription
namestringoptionalCompany name to filter by.
GET
snipe_it_list_categories
List Snipe-IT categories with optional search and filters.

/categories

11 parameters
ParamTypeRequiredDescription
limitintegeroptionalNumber of records to return.
offsetintegeroptionalOffset to use when retrieving results.
searchstringoptionalSearch string.
sortstringoptionalField to order by.
orderstringoptionalSort order.
namestringoptionalCategory name to filter by.
categoryIdintegeroptionalID number of the category to filter by.
categoryTypestringoptionalType of category to filter by.
useDefaultEulabooleanoptionalFilter by whether the category uses the default EULA.
requireAcceptancebooleanoptionalFilter by whether the category requires acceptance.
checkinEmailbooleanoptionalFilter by whether the category sends check-in email.
GET
snipe_it_list_status_labels
List Snipe-IT status labels with optional search and filters.

/statuslabels

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalNumber of records to return.
offsetintegeroptionalOffset to use when retrieving results.
searchstringoptionalSearch string.
sortstringoptionalField to order by.
orderstringoptionalSort order.
namestringoptionalStatus label name to filter by.
statusTypestringoptionalStatus label type to filter by.