Snipe-IT integration (Productivity, Data). Imported from open-connector.
https://{trimmed}/users/me
/hardware
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to return. |
| offset | integer | optional | Offset to use when retrieving results. |
| search | string | optional | Search string. |
| sort | string | optional | Field to order by. |
| order | string | optional | Sort order. |
| orderNumber | string | optional | Return only assets associated with a specific order number. |
| modelId | integer | optional | Restrict asset results to this asset model ID. |
| categoryId | integer | optional | Restrict asset results to this category ID. |
| manufacturerId | integer | optional | Restrict asset results to this manufacturer ID. |
| companyId | integer | optional | Restrict asset results to this company ID. |
| locationId | integer | optional | Restrict asset results to this location ID. |
| status | string | optional | Restrict asset results to a documented Snipe-IT status value. |
| statusId | integer | optional | Restrict asset results to this status label ID. |
| assignedTo | integer | optional | Restrict asset results to this assigned user or item ID. |
| assignedType | string | optional | Restrict asset results by assigned item type. |
| filter | object | optional | Key-value filters to send as Snipe-IT's JSON filter query parameter. |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to return. |
| offset | integer | optional | Offset to use when retrieving results. |
| search | string | optional | Search string. |
| sort | string | optional | Field to order by. |
| order | string | optional | Sort order. |
| firstName | string | optional | Filter by first name. |
| lastName | string | optional | Filter by last name. |
| username | string | optional | Filter by username. |
| string | optional | Filter by email address or email search text. | |
| employeeNum | string | optional | Filter by employee number. |
| state | string | optional | Filter by state. |
| zip | string | optional | Filter by zip or postal code. |
| country | string | optional | Filter by country. |
| groupId | integer | optional | Filter by group ID. |
| departmentId | integer | optional | Filter by department ID. |
| companyId | integer | optional | Filter by company ID. |
| locationId | integer | optional | Filter by location ID. |
| deleted | boolean | optional | Return only deleted users. |
| all | boolean | optional | Return both deleted and active users. |
| ldapImport | boolean | optional | Filter by whether the user was imported or synced with LDAP. |
| assetsCount | integer | optional | Filter by number of checked out assets. |
| licensesCount | integer | optional | Filter by number of checked out licenses. |
| accessoriesCount | integer | optional | Filter by number of checked out accessories. |
| consumablesCount | integer | optional | Filter by number of checked out consumables. |
| remote | boolean | optional | Filter by whether the user is marked as remote. |
| vip | boolean | optional | Filter by whether the user is marked as VIP. |
| startDate | string | optional | Filter by start date. |
| endDate | string | optional | Filter by end date. |
| filter | object | optional | Key-value filters to send as Snipe-IT's JSON filter query parameter. |
/companies
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Company name to filter by. |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to return. |
| offset | integer | optional | Offset to use when retrieving results. |
| search | string | optional | Search string. |
| sort | string | optional | Field to order by. |
| order | string | optional | Sort order. |
| name | string | optional | Category name to filter by. |
| categoryId | integer | optional | ID number of the category to filter by. |
| categoryType | string | optional | Type of category to filter by. |
| useDefaultEula | boolean | optional | Filter by whether the category uses the default EULA. |
| requireAcceptance | boolean | optional | Filter by whether the category requires acceptance. |
| checkinEmail | boolean | optional | Filter by whether the category sends check-in email. |
/statuslabels
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to return. |
| offset | integer | optional | Offset to use when retrieving results. |
| search | string | optional | Search string. |
| sort | string | optional | Field to order by. |
| order | string | optional | Sort order. |
| name | string | optional | Status label name to filter by. |
| statusType | string | optional | Status label type to filter by. |