Efficiently manage your crew and equipment from one place and ensure nothing falls through the cracks.
Efficiently manage your crew and equipment from one place and ensure nothing falls through the cracks. On Nagent, Rentman is exposed as a fully-configurable productivity integration that any agent can call — 130 actions, and API key authentication. No code is required to wire Rentman into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Rentman to automate the kinds of tasks productivity teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Rentman into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Rentman, with input parameters and output schema. Drop these into any step of an agent built in Helix.
RENTMAN_DELETE_APPOINTMENTTool to delete an appointment by its unique ID. Use when you need to remove an appointment from Rentman.
Input parameters
Numeric ID of the appointment to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_APPOINTMENTCREWTool to delete an appointmentcrew item by its numeric ID. Use when removing an appointment crew assignment.
Input parameters
Numeric ID of the appointmentcrew item to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_CONTACTTool to delete a contact by its ID. Use when you need to remove a contact from Rentman.
Input parameters
Numeric ID of the contact to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_CONTACT_PERSONTool to delete a contact person from Rentman by their numeric ID. Use when you need to permanently remove a contact person from the system.
Input parameters
Numeric ID of the contact person to be deleted. This is the unique identifier for the contact person in the Rentman system.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_COST_ITEMTool to delete a cost item in Rentman by its numeric ID. Use when you need to remove a cost record from the system.
Input parameters
Numeric ID of the cost item to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_CREW_AVAILABILITYTool to delete a crew availability item by its ID. Use when you need to remove a specific crew availability entry after confirming its ID.
Input parameters
Numeric ID of the crew availability item to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_PROJECT_REQUESTTool to delete a project request by its ID. Use when you need to remove a project request from Rentman.
Input parameters
Numeric ID of the project request to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_PROJECT_REQUEST_EQUIPMENT_ITEMTool to delete a project request equipment item by its ID. Use when you need to remove a project request equipment item from Rentman.
Input parameters
Numeric ID of the project request equipment item to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_DELETE_TIMEREGISTRATIONTool to delete a time registration item in Rentman by its numeric ID. Use when you need to remove a time registration record from the system.
Input parameters
Numeric ID of the time registration to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_ACCESSORIES_COLLECTIONTool to retrieve a collection of accessories from Rentman. Use when you need to list or search accessories with optional filtering, sorting, and pagination.
Input parameters
Fields to sort by. Use '+' prefix for ascending order (default) or '-' prefix for descending order. Multiple fields can be comma-separated.
Maximum number of accessories to return. Default is 300.
Comma-separated list of fields to return in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Used for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_APPOINTMENT_CREWTool to retrieve the linked crew members for a specific appointment. Use when you need to get the list of crew assigned to an appointment.
Input parameters
Numeric ID of the appointment to retrieve crew members for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_APPOINTMENTCREW_COLLECTIONTool to retrieve appointmentcrew collection from Rentman. Use when you need to list appointment crew assignments with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
Input parameters
Fields to sort on with direction indicators. Use '+' for ascending and '-' for descending (e.g., '+id' or '-created,+displayname').
Maximum number of items to return (max 300). If not specified, API default applies.
Comma-separated list of specific fields to return. If not specified, all fields are returned (e.g., 'id,displayname,crew').
Number of items to skip for pagination. Use this to fetch subsequent pages of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_APPOINTMENTS_COLLECTIONTool to retrieve a collection of appointments from Rentman. Use when you need to list or search appointments with optional filtering, sorting, and pagination.
Input parameters
Fields to sort by. Use '+' prefix for ascending order (default) or '-' prefix for descending order. Multiple fields can be comma-separated.
Maximum number of appointments to return.
Comma-separated list of fields to return in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Used for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACT_CONTACTPERSONSTool to retrieve all contactpersons linked to a specific contact in Rentman. Use when you need to get a list of people associated with a contact organization or entity. Returns comprehensive contact person details including names, contact information, and custom fields.
Input parameters
Numeric ID of the contact to retrieve linked contactpersons for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACT_FILE_FOLDERSTool to get file folders linked to a contact. Use when you need to retrieve all file folders associated with a specific contact by their ID.
Input parameters
Numeric ID of the contact to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACT_FILESTool to get files linked to a contact. Use when you need to retrieve all files associated with a specific contact by their ID.
Input parameters
Numeric ID of the contact to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACTPERSON_FILE_FOLDERSTool to retrieve file folders linked to a contact person in Rentman. Use when you need to get all file folders associated with a specific contact person by their ID.
Input parameters
Numeric ID of the contact person to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACT_PERSON_FILESTool to retrieve files linked to a contact person in Rentman. Use when you need to get all files associated with a specific contact person by their ID.
Input parameters
Numeric ID of the contact person to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACT_PERSONSTool to retrieve the collection of contact persons from Rentman. Use this when you need to list or search contact persons with optional filtering, pagination, and field selection.
Input parameters
Comma-separated list of fields to sort results by. Prefix with '-' for descending order.
Maximum number of items to return per response. Maximum value is 300.
Comma-separated list of fields to include in the response. If not specified, all fields are returned.
Number of items to skip before returning results. Defaults to 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTACTS_COLLECTIONTool to retrieve a collection of contacts from Rentman. Use when you need to fetch contact information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Filter contacts by country code (ISO 3166-1 alpha-2 format).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTRACT_INVOICELINESRetrieves invoicelines linked to a specific contract. Use when you need to get billing information including VAT amounts (BTW bedrag) for a contract.
Input parameters
Numeric ID of the contract to retrieve invoicelines for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTRACT_ITEM_FILESTool to retrieve files linked to a specific contract. Use when you need to get all files associated with a contract ID.
Input parameters
Numeric ID of the contract to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CONTRACTS_COLLECTIONTool to retrieve a collection of contracts from Rentman. Use when you need to list contracts with optional filtering, pagination, and sorting. Returns contract details including pricing, dates, and associated entities.
Input parameters
Fields to sort by with + (ascending) or - (descending) prefix. Multiple fields can be comma-separated. Example: '+id,-created' sorts by id ascending, then created descending.
Maximum number of items to return per response. Maximum allowed is 300.
Comma-separated field names to include in response. Limits the returned fields to only those specified. Example: 'id,number,subject,customer'.
Number of items to skip before returning results. Used for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_COSTS_COLLECTIONTool to retrieve costs collection from Rentman. Use when you need to fetch a list of costs with optional filtering, sorting, and pagination.
Input parameters
Fields to sort by. Use + for ascending, - for descending order (e.g., +id,-name).
Maximum number of items to return. Default and maximum is 300.
Comma-separated list of fields to return. If not specified, all fields are returned.
Number of items to skip for pagination. Default is 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_APPOINTMENTSTool to retrieve appointments for a specific crew member. Use when you need to get the schedule or appointments linked to a crew member by their ID.
Input parameters
Numeric ID of the crew member to retrieve appointments for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_AVAILABILITYTool to retrieve crew availability records for a specific crew member in Rentman. Use when you need to check availability periods, unavailability, or scheduling information for a crew member.
Input parameters
Numeric ID of the crew member to get availability for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_AVAILABILITY_COLLECTIONTool to retrieve crew availability collection from Rentman. Use when you need to get information about crew members' availability periods, including their availability status, time periods, and related details. Supports pagination, field selection, and sorting.
Input parameters
Fields to sort by, prefix with + for ascending or - for descending (e.g., '+id,-start'). Multiple sort fields can be specified.
Maximum number of items to return (capped at 300). If not specified, API default is used.
Comma-separated list of fields to include in response (e.g., 'displayname,crewmember,start,end,status'). If not specified, all fields are returned.
Number of items to skip for pagination (default: 0).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_COLLECTIONTool to retrieve crew collection from Rentman. Use when you need to list crew members with optional filtering, pagination, and field selection.
Input parameters
Sort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+displayname' or '-created').
Maximum number of crew members to return. Use to control page size.
Comma-separated list of fields to include in the response (e.g., 'id,displayname,email'). If not specified, all fields are returned.
Number of crew members to skip for pagination. Use with limit for paging through results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_FILE_FOLDERSTool to retrieve file folders linked to a crew member. Use when you need to get the folder structure for organizing files associated with a specific crew member by their ID.
Input parameters
Numeric ID of the crew member to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_FILESTool to retrieve files linked to a crew member. Use when you need to get all files associated with a specific crew member by their ID.
Input parameters
Numeric ID of the crew member to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_MEMBERTool to retrieve a crew member item by ID from Rentman. Use when you need to fetch detailed information about a specific crew member including contact details, address, and custom fields.
Input parameters
Numeric ID of the crew member to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREWRATESTool to retrieve crewrates collection from Rentman. Use when you need to fetch crew member rate information with optional filtering, sorting, and pagination.
Input parameters
Sort results by field names. Use + prefix for ascending order and - prefix for descending order (e.g., '+id', '-created'). Multiple fields can be comma-separated.
Maximum number of crewrates to return per request. Default and maximum is 300.
Comma-separated list of fields to return (e.g., 'displayname,cost_rate'). Fields like id, created, and modified are always included regardless of this parameter.
Number of crewrates to skip before starting to return results. Use with limit for pagination. Default is 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_CREW_RATESTool to get crew rates linked collection for a specific crew member. Use when you need to retrieve rate information associated with a crew member by their ID.
Input parameters
Numeric ID of the crew member
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_ACCESSORIESTool to get accessories linked to a specific equipment item. Use when you need to retrieve the list of accessories associated with an equipment itemtype by its ID.
Input parameters
Numeric ID of the equipment itemtype
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_COLLECTIONTool to get the equipment collection from Rentman. Use when you need to retrieve a list of equipment items with optional filtering and pagination.
Input parameters
Sort order for the results. Use field name with optional '+' (ascending) or '-' (descending) prefix.
Maximum number of equipment items to return. Use for pagination.
Comma-separated list of field names to return. If not specified, all fields are returned.
Number of equipment items to skip before returning results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_FILE_FOLDERSTool to get file folders linked to equipment. Use when you need to retrieve all file folders associated with a specific equipment item by its ID.
Input parameters
Numeric ID of the equipment item to get file folders for
Maximum number of items to return (default: 300). Use for pagination.
Number of items to skip before starting to return results (default: 0). Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_FILESTool to get files linked to equipment. Use when you need to retrieve all files associated with a specific equipment item by its ID.
Input parameters
Numeric ID of the equipment item
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_REPAIRSTool to retrieve repairs linked to a specific equipment item. Use when you need to fetch repair history or current repairs for equipment by its ID.
Input parameters
Numeric ID of the equipment item to retrieve repairs for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_SERIALNUMBERSTool to retrieve serial numbers linked to a specific equipment item. Use when you need to get all serial numbers associated with an equipment/itemtype ID.
Input parameters
Numeric ID of the equipment/itemtype to retrieve serial numbers for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_SET_CONTENT_COLLECTIONTool to retrieve the equipment sets content collection from Rentman. Use when you need to list or query equipment items that belong to sets, including their quantities and relationships.
Input parameters
Sorting specification. Use '+' for ascending or '-' for descending, followed by field name. Example: '+id' or '-modified'. Multiple sorts can be comma-separated.
Maximum number of items to return in the response. Maximum allowed is 300.
Comma-separated list of field names to include in the response. Example: 'id,displayname,quantity'. Omit to return all fields.
Number of items to skip before returning results. Used for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_SETS_CONTENTTool to get equipment sets content linked collection for a specific equipment item. Use when you need to retrieve the list of equipment items that are part of a set.
Input parameters
Numeric ID of the equipment item to get sets content for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_EQUIPMENT_STOCKMOVEMENTSTool to get stockmovements linked collection for a specific equipment item. Use when you need to retrieve stock movement history for equipment.
Input parameters
Numeric ID of the equipment item to get stockmovements for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_FILES_COLLECTIONTool to retrieve files collection from Rentman. Use when you need to list or search for files with optional pagination using limit and offset parameters.
Input parameters
Maximum number of files to return. Use this to control the page size of results.
Number of files to skip before starting to return results. Use this for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_FOLDER_ITEMTool to retrieve a folder item by ID from Rentman. Use when you need to get details about a specific folder.
Input parameters
Numeric ID of the folder to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_FOLDERS_COLLECTIONTool to retrieve folders collection from Rentman. Use when you need to list all folders or search for specific folders using filters and sorting. Supports pagination with limit and offset parameters.
Input parameters
Sort results by field with '+' for ascending or '-' for descending (e.g., '+name' or '-created')
Maximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
Comma-separated list of fields to return (e.g., 'displayname,id'). If not specified, all fields are returned.
Number of items to skip for pagination. Use with limit to paginate through large result sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_INVOICE_FILESTool to retrieve files linked to an invoice in Rentman. Use when you need to get all files associated with a specific invoice by its ID.
Input parameters
Numeric ID of the invoice to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_INVOICE_INVOICELINESTool to retrieve invoicelines linked to a specific invoice. Use when you need to get line item details including VAT amounts (BTW bedrag), prices, and ledger codes for a particular invoice.
Input parameters
Numeric ID of the invoice to retrieve invoicelines for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_INVOICELINESTool to retrieve invoicelines collection from Rentman. Use when you need to access invoice line items with details like VAT amounts, prices, and ledger codes. Supports pagination (up to 300 items per request), field selection, and sorting.
Input parameters
Sort order. Prefix field names with '+' for ascending or '-' for descending. Example: '+id,-created'.
Maximum number of items to return per request. Default and maximum is 300.
Comma-separated list of field names to include in response. Example: 'displayname,vatamount,base'.
Number of items to skip for pagination. Default is 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_INVOICE_PAYMENTSTool to retrieve payments linked to a specific invoice. Use when you need to get payment records associated with an invoice.
Input parameters
Numeric ID of the invoice to retrieve payments for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_INVOICESTool to retrieve a collection of invoices from Rentman. Use when you need to fetch invoice records with optional pagination, filtering, and field selection.
Input parameters
Sort order for the results. Specify field name with optional '-' prefix for descending order (e.g., 'date' for ascending, '-date' for descending).
Maximum number of items to return. Use this to limit the size of the response.
Comma-separated list of fields to return in the response. Use this to limit the response to only the fields you need (e.g., 'id,number,subject,date').
Number of items to skip before returning results. Use this for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_LEDGERCODES_COLLECTIONTool to retrieve ledger codes collection from Rentman. Use when you need to fetch ledger code information that defines the type of trade for invoice lines.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of ledger codes to return in the response.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of ledger codes to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PAYMENTS_COLLECTIONTool to retrieve a collection of payments from Rentman. Use when you need to fetch payment records with optional pagination, sorting, and field selection.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of payments to return in the response. API limit is 300 items per request.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of payments to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_CONTRACTSTool to retrieve contracts linked to a specific project from Rentman. Use when you need to fetch all contracts associated with a project by its ID.
Input parameters
Numeric ID of the project to retrieve contracts for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_COSTSTool to retrieve costs linked to a specific project from Rentman. Use when you need to fetch all cost items associated with a particular project by its ID.
Input parameters
Numeric ID of the project to retrieve costs for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTCREW_COLLECTIONTool to retrieve projectcrew collection from Rentman. Use when you need to list project crew assignments with optional filtering, pagination, and field selection.
Input parameters
Sort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+planperiod_start' or '-created').
Maximum number of projectcrew items to return. Use to control page size.
Comma-separated list of fields to include in the response (e.g., 'id,displayname,project_leader'). If not specified, all fields are returned.
Number of projectcrew items to skip for pagination. Use with limit for paging through results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_EQUIPMENT_COLLECTIONTool to retrieve a collection of project equipment from Rentman. Use when you need to list or search project equipment items with optional filtering, sorting, and pagination.
Input parameters
Fields to sort by. Use '+' prefix for ascending order (default) or '-' prefix for descending order. Multiple fields can be comma-separated.
Maximum number of project equipment items to return (default: 300 max).
Comma-separated list of fields to return in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Used for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTEQUIPMENTGROUP_COLLECTIONTool to retrieve projectequipmentgroup collection from Rentman. Use when you need to list project equipment groups with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
Input parameters
Fields to sort on with direction indicators. Use '+' for ascending and '-' for descending (e.g., '+id' or '-created,+displayname').
Maximum number of items to return (max 300). If not specified, API default applies.
Comma-separated list of specific fields to return. If not specified, all fields are returned (e.g., 'id,displayname,name').
Number of items to skip for pagination. Use this to fetch subsequent pages of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTEQUIPMENTGROUP_PROJECTEQUIPMENTTool to get projectequipment linked collection for a specific projectequipmentgroup. Use when you need to retrieve project equipment items associated with a project equipment group by its ID.
Input parameters
Numeric ID of the projectequipmentgroup
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_FILE_FOLDERSTool to retrieve file folders linked to a specific project. Use when you need to get all file folder structures associated with a project by its ID.
Input parameters
Numeric ID of the project to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_FILESTool to retrieve files linked to a project. Use when you need to get all files associated with a specific project by its ID.
Input parameters
Numeric ID of the project to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTFUNCTIONGROUP_PROJECTFUNCTIONSTool to get project functions linked to a specific project function group in Rentman. Use when you need to retrieve the custom linked collection of project functions for a given project function group ID.
Input parameters
Numeric ID of the project function group
Sort order for the results. Use field name with optional '+' (ascending) or '-' (descending) prefix.
Maximum number of project functions to return. Use for pagination.
Comma-separated list of field names to return. If not specified, all fields are returned.
Number of project functions to skip before returning results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTFUNCTIONGROUPS_COLLECTIONTool to retrieve a collection of project function groups from Rentman. Use when you need to fetch project function group information with optional filtering, pagination, and field selection.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response (capped at 300).
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTFUNCTION_PROJECTCREWTool to get project crew linked to a specific project function. Use when you need to retrieve crew members assigned to a project function by its ID.
Input parameters
Numeric ID of the project function to retrieve crew for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTFUNCTION_PROJECTVEHICLESTool to retrieve project vehicles linked to a project function. Use when you need to get all vehicles associated with a specific project function by its ID.
Input parameters
Numeric ID of the project function to retrieve project vehicles for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTFUNCTIONS_COLLECTIONTool to retrieve a collection of projectfunctions from Rentman. Use when you need to fetch projectfunction information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_PROJECTCREWTool to get project crew custom linked collection for a specific project. Use when you need to retrieve crew members assigned to a project by its ID.
Input parameters
Numeric ID of the project to retrieve crew for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_PROJECTEQUIPMENTTool to retrieve all equipment items linked to a specific project in Rentman. Use when you need to get the equipment planning details for a particular project, including quantities, pricing, and planning periods.
Input parameters
Numeric ID of the project to retrieve equipment for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_PROJECTEQUIPMENTGROUPTool to get projectequipmentgroup linked collection for a specific project. Use when you need to retrieve project equipment groups associated with a project by its ID.
Input parameters
Numeric ID of the project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_PROJECTFUNCTIONGROUPSTool to retrieve project function groups linked to a specific project in Rentman. Use when you need to fetch project function groups associated with a particular project ID.
Input parameters
Numeric ID of the project
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response (capped at 300).
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_PROJECTFUNCTIONSTool to retrieve projectfunctions linked to a specific project. Use when you need to fetch project function information for a given project ID.
Input parameters
Numeric ID of the project to retrieve projectfunctions for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_PROJECTVEHICLESTool to retrieve project vehicles linked to a project. Use when you need to get all vehicles associated with a specific project by its ID.
Input parameters
Numeric ID of the project to retrieve project vehicles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_QUOTESTool to retrieve quotes linked to a project. Use when you need to get all quotes associated with a specific project by its ID.
Input parameters
Numeric ID of the project to retrieve quotes for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_REQUEST_EQUIPMENTTool to retrieve projectrequestequipment linked to a specific project request in Rentman. Use when you need to get equipment items associated with a project request.
Input parameters
Numeric ID of the project request to retrieve linked projectrequestequipment for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_REQUEST_EQUIPMENT_COLLECTIONTool to retrieve project request equipment collection from Rentman. Use when you need to list project request equipment items with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
Input parameters
Fields to sort on with direction indicators. Use '+' for ascending and '-' for descending (e.g., '+id' or '-created,+displayname').
Maximum number of items to return (max 300). If not specified, API default applies.
Comma-separated list of specific fields to return. If not specified, all fields are returned (e.g., 'id,displayname,name').
Number of items to skip for pagination. Use this to fetch subsequent pages of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTREQUESTS_COLLECTIONTool to retrieve a collection of project requests from Rentman. Use when you need to fetch project request information with optional pagination.
Input parameters
Maximum number of items to return in the response.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTS_COLLECTIONTool to retrieve a collection of projects from Rentman. Use when you need to fetch project information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return per response.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECT_SUBPROJECTSTool to retrieve subprojects linked to a specific project from Rentman. Use when you need to fetch all subproject items associated with a project by its ID.
Input parameters
Numeric ID of the project to retrieve subprojects for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTTYPES_COLLECTIONTool to retrieve a collection of project types from Rentman. Use when you need to fetch project type information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return per response (capped at 300).
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_PROJECTVEHICLES_COLLECTIONTool to retrieve projectvehicles collection from Rentman. Use when you need to list project vehicles with optional filtering, pagination, and field selection.
Input parameters
Sort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+planningperiod_start' or '-created').
Maximum number of projectvehicles items to return. Use to control page size.
Comma-separated list of fields to include in the response (e.g., 'id,displayname,vehicle'). If not specified, all fields are returned.
Number of projectvehicles items to skip for pagination. Use with limit for paging through results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_QUOTE_FILESTool to get files linked to a quote. Use when you need to retrieve all files associated with a specific quote by its ID.
Input parameters
Numeric ID of the quote to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_QUOTE_INVOICELINESRetrieves invoicelines linked to a specific quote. Use when you need to get billing information including VAT amounts (BTW bedrag) for a quote.
Input parameters
Numeric ID of the quote to retrieve invoicelines for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_QUOTES_COLLECTIONTool to retrieve a collection of quotes from Rentman. Use when you need to fetch quote information with optional pagination.
Input parameters
Maximum number of items to return in the response.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_RATEFACTORS_COLLECTIONTool to retrieve a collection of ratefactors from Rentman. Use when you need to fetch ratefactor information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of ratefactors to return. Use to control page size.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of ratefactors to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_RATE_RATEFACTORSTool to retrieve the ratefactors custom linked collection for a specific rate. Use when you need to get the list of ratefactors associated with a rate.
Input parameters
Numeric ID of the rate to retrieve ratefactors for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_RATES_COLLECTIONTool to retrieve rates collection from Rentman. Use when you need to fetch rate information with optional filtering, sorting, and pagination.
Input parameters
Sort results by field names. Use + prefix for ascending order and - prefix for descending order (e.g., '+id', '-created'). Multiple fields can be comma-separated.
Maximum number of rates to return per request. Default and maximum is 300.
Comma-separated list of fields to return (e.g., 'displayname,name,type'). Fields like id, created, and modified are always included regardless of this parameter.
Number of rates to skip before starting to return results. Use with limit for pagination. Default is 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_REPAIR_FILE_FOLDERSTool to get file folders linked to a repair. Use when you need to retrieve all file folders associated with a specific repair by its ID.
Input parameters
Numeric ID of the repair to retrieve file folders for
Maximum number of items to return (default: 300)
Number of items to skip before returning results (default: 0)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_REPAIR_FILESTool to get files linked to a repair. Use when you need to retrieve all files associated with a specific repair item by its ID.
Input parameters
Numeric ID of the repair item
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_REPAIRS_COLLECTIONTool to retrieve a collection of repairs from Rentman. Use when you need to fetch repair records with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SERIALNUMBER_FILE_FOLDERSTool to get file folders linked to a serial number. Use when you need to retrieve all file folders associated with a specific serial number by its ID.
Input parameters
Numeric ID of the serial number to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SERIAL_NUMBER_FILESTool to get files linked to a serial number. Use when you need to retrieve all files associated with a specific serial number item by its ID.
Input parameters
Numeric ID of the serial number to retrieve files for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SERIALNUMBERS_COLLECTIONTool to retrieve a collection of serialnumbers from Rentman. Use when you need to fetch serialnumber information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response. Maximum value is 300.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_STATUSES_COLLECTIONTool to retrieve a collection of statuses from Rentman. Use when you need to fetch status information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of status items to return. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of status items to skip before returning results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_STOCKLOCATIONS_COLLECTIONTool to retrieve stock locations collection from Rentman. Use when you need to fetch information about warehouse or storage locations with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of stock locations to return. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of stock locations to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_STOCKMOVEMENTS_COLLECTIONTool to retrieve the stock movements collection from Rentman. Use when you need to fetch a list of stock movements with optional filtering, sorting, and pagination.
Input parameters
Sort order for results. Specify field name with optional '+' (ascending) or '-' (descending) prefix.
Maximum number of stock movements to return. Maximum is 300 per response.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of stock movements to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECT_FILE_FOLDERSTool to get file folders linked to a subproject. Use when you need to retrieve all file folders associated with a specific subproject by its ID.
Input parameters
Numeric ID of the subproject to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECT_PROJECTCREWTool to get project crew custom linked collection for a specific subproject. Use when you need to retrieve crew members assigned to a subproject by its ID.
Input parameters
Numeric ID of the subproject to retrieve crew for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECT_PROJECTEQUIPMENTTool to retrieve project equipment collection from a specific subproject in Rentman. Use when you need to list all equipment items or search for specific equipment associated with a subproject. Supports pagination with limit and offset parameters.
Input parameters
Numeric ID of the subproject to retrieve project equipment for
Sort results by field with '+' for ascending or '-' for descending (e.g., '+name' or '-created')
Maximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
Comma-separated list of fields to return (e.g., 'displayname,id,quantity'). If not specified, all fields are returned.
Number of items to skip for pagination. Use with limit to paginate through large result sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECT_PROJECTEQUIPMENTGROUPTool to get projectequipmentgroup linked collection for a specific subproject. Use when you need to retrieve project equipment groups associated with a subproject by its ID.
Input parameters
Numeric ID of the subproject
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECT_PROJECTFUNCTIONGROUPSTool to retrieve project function groups linked to a specific subproject in Rentman. Use when you need to fetch project function groups associated with a particular subproject ID.
Input parameters
Numeric ID of the subproject
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response (capped at 300).
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECT_PROJECTVEHICLESTool to retrieve project vehicles linked to a subproject. Use when you need to get all vehicles associated with a specific subproject by its ID.
Input parameters
Numeric ID of the subproject to retrieve project vehicles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBPROJECTS_COLLECTIONTool to retrieve subprojects collection from Rentman. Use when you need to list all subprojects or search for specific subprojects using filters and sorting. Supports pagination with limit and offset parameters.
Input parameters
Sort results by field with '+' for ascending or '-' for descending (e.g., '+name' or '-created')
Maximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
Comma-separated list of fields to return (e.g., 'id,name,location'). If not specified, all fields are returned.
Number of items to skip for pagination. Use with limit to paginate through large result sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTAL_EQUIPMENT_COLLECTIONTool to retrieve a collection of subrental equipment items from Rentman. Use when you need to fetch subrental equipment information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTAL_EQUIPMENT_GROUPTool to get subrental equipment group custom linked collection from Rentman. Use when you need to retrieve equipment groups associated with a specific subrental item.
Input parameters
Numeric ID of the subrental item to retrieve equipment groups for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTAL_EQUIPMENT_GROUP_COLLECTIONTool to retrieve the complete collection of subrental equipment groups from Rentman. Use when you need to fetch all subrental equipment groups with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of items to return in the response (max 300).
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTALEQUIPMENTGROUP_SUBRENTALEQUIPMENTTool to get subrentalequipment custom linked collection for a specific subrentalequipmentgroup. Use when you need to retrieve subrental equipment items associated with a subrental equipment group by its ID.
Input parameters
Numeric ID of the subrentalequipmentgroup
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTAL_FILE_FOLDERSTool to get file folders linked to a subrental. Use when you need to retrieve the collection of file folders associated with a specific subrental by its ID.
Input parameters
The ID of the subrental to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTAL_FILESTool to get files linked to a subrental. Use when you need to retrieve all files associated with a specific subrental item by its ID.
Input parameters
Numeric ID of the subrental item
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTALS_COLLECTIONTool to get subrentals collection from Rentman. Use when you need to retrieve a list of subrentals with optional pagination.
Input parameters
Maximum number of items to return in the response. Use for pagination.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_SUBRENTAL_SUBRENTALEQUIPMENTTool to retrieve subrentalequipment linked to a specific subrental in Rentman. Use when you need to get a list of equipment items associated with a subrental.
Input parameters
Numeric ID of the subrental to retrieve linked subrentalequipment for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_TAXCLASSES_COLLECTIONTool to retrieve a collection of tax classes from Rentman. Use when you need to fetch tax class information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of tax classes to return. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of tax classes to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_TIMEREGISTRATION_ACTIVITIESTool to retrieve all timeregistrationactivities linked to a specific timeregistration in Rentman. Use when you need to get details about activities associated with a time registration entry. Returns comprehensive activity details including duration, description, and project function references.
Input parameters
Numeric ID of the timeregistration to retrieve linked activities for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_TIMEREGISTRATION_ACTIVITIES_COLLECTIONTool to retrieve a collection of timeregistration activities from Rentman. Use when you need to fetch time registration activity records with optional pagination and filtering.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of timeregistration activities to return. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of timeregistration activities to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_TIMEREGISTRATION_COLLECTIONTool to retrieve a collection of timeregistrations from Rentman. Use when you need to fetch time registration records with optional pagination.
Input parameters
Maximum number of timeregistration items to return. Use for pagination.
Number of timeregistration items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_TIMEREGISTRATION_FILESTool to get files linked to a time registration. Use when you need to retrieve all files associated with a specific time registration entry by its ID.
Input parameters
Numeric ID of the time registration item
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_VEHICLE_FILE_FOLDERSTool to get file folders linked to a vehicle. Use when you need to retrieve all file folders associated with a specific vehicle by their ID.
Input parameters
Numeric ID of the vehicle to retrieve file folders for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_VEHICLE_FILESTool to get files linked to a vehicle. Use when you need to retrieve all files associated with a specific vehicle by its ID.
Input parameters
Numeric ID of the vehicle item
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_GET_VEHICLES_COLLECTIONTool to retrieve a collection of vehicles from Rentman. Use when you need to fetch vehicle information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of vehicles to return in the response. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of vehicles to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_ACTUALCONTENTTool to get actualcontent collection from Rentman. Use when you need to retrieve the actual content of serialized physical combinations with pagination support.
Input parameters
Maximum number of items to return in the response (default: 300).
Number of items to skip before starting to return results. Use for pagination (default: 0).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_EQUIPMENTASSIGNEDSERIALS_COLLECTIONTool to retrieve serial numbers assigned to serialized physical combinations from Rentman. Use when you need to fetch manually assigned serial numbers (not actual content) from the serial numbers tab.
Input parameters
Maximum number of items to return in the response. Default is 300.
Number of items to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_FACTORGROUPSTool to retrieve factorgroups collection from Rentman. Use when you need to fetch all factor groups with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional '+' for ascending (default) or '-' for descending.
Maximum number of factorgroups to return. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of factorgroups to skip before returning results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_FACTORGROUPS_FACTORSTool to retrieve the factors collection for a specific factorgroup. Use when you need to get the list of factors associated with a factorgroup.
Input parameters
Numeric ID of the factorgroup to retrieve factors for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_FACTORSTool to retrieve a collection of factors from Rentman. Use when you need to fetch factor information with optional filtering and pagination.
Input parameters
Sort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
Maximum number of factors to return. Use to control page size.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of factors to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_FILE_FOLDERSTool to retrieve file folders collection from Rentman. Use when you need to list folders that files can be organized into, with optional pagination.
Input parameters
Maximum number of file folders to return. Use this to control the page size of results.
Number of file folders to skip before starting to return results. Use this for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_LEAVEMUTATIONTool to retrieve leave mutations collection from Rentman. Use when you need to list leave mutations and their information. Leave mutations are immutable records, so any mistakes should be corrected by creating a new opposite mutation.
Input parameters
Sort results by field with '+' for ascending or '-' for descending (e.g., '+mutation_date' or '-id')
Maximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
Comma-separated list of fields to return (e.g., 'id,crewmember,duration'). If not specified, all fields are returned.
Number of items to skip for pagination. Use with limit to paginate through large result sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_LEAVE_REQUESTSTool to retrieve leave requests collection from Rentman. Use when you need to work with leave requests and their information such as approval status, reviewer, and requested dates.
Input parameters
Sort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+displayname' or '-requested_for').
Maximum number of leave requests to return. Use to control page size.
Comma-separated list of fields to include in the response (e.g., 'id,displayname,approval_status'). If not specified, all fields are returned.
Number of leave requests to skip for pagination. Use with limit for paging through results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_LEAVEREQUEST_TIMEREGISTRATIONTool to get timeregistration collection for a specific leave request. Use when you need to retrieve time registrations linked to a leave request.
Input parameters
Numeric ID of the leave request to get timeregistration for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_LEAVETYPESTool to retrieve leave types collection from Rentman. Use when you need to work with leave types and their information, including properties like availability impact and approval requirements.
Input parameters
Sort order for results. Specify field name with optional '+' (ascending) or '-' (descending) prefix.
Maximum number of leave types to return. Use for pagination.
Comma-separated list of field names to include in the response. If not specified, all fields are returned.
Number of leave types to skip before starting to return results. Use for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_SERIALNUMBER_ACTUALCONTENTTool to retrieve the actualcontent collection for a specific serialnumber item. Use when you need to get all actualcontent entries associated with a serialnumber ID.
Input parameters
Numeric ID of the serialnumber to retrieve actualcontent for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_SERIALNUMBERS_EQUIPMENTASSIGNEDSERIALSTool to retrieve equipmentassignedserials collection for a specific serialnumber item. Use when you need to get all equipment assigned serials associated with a serialnumber ID.
Input parameters
Numeric ID of the serialnumber item to retrieve equipmentassignedserials for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RENTMAN_LIST_STOCKLOCATIONS_VEHICLESTool to retrieve vehicles collection for a stocklocation. Use when you need to get all vehicles associated with a specific stocklocation by its ID.
Input parameters
Numeric ID of the stocklocation to retrieve vehicles for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 33 agents privately built on Nagent that already use Rentman.
Build on Nagent
Connect Rentman to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Rentman, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Rentman is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Rentman is connected, you configure its 130 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Rentman steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Rentman event fires, the agent kicks off automatically.
Every Rentman action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Rentman ships with 130 pre-built productivity actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Rentman together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Rentman-based workflows tailored to your business.