BUSINESS · TASKS
Equipment, stock, crew, and projects for the rental business they connected.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
rentman_delete_accessories_by_idWRITEDelete Accessory item. A successful delete returns no content. via DELETE /accessories/{id}
rentman_delete_alternatives_by_idWRITEDelete Alternative item. A successful delete returns no content. via DELETE /alternatives/{id}
rentman_delete_appointmentcrew_by_idWRITEDelete AppointmentCrew item. A successful delete returns no content. via DELETE /appointmentcrew/{id}
rentman_delete_appointments_by_idWRITEDelete Appointment item. A successful delete returns no content. via DELETE /appointments/{id}
rentman_delete_contactpersons_by_idWRITEDelete ContactPerson item. A successful delete returns no content. via DELETE /contactpersons/{id}
rentman_delete_contacts_by_idWRITEDelete Contact item. A successful delete returns no content. via DELETE /contacts/{id}
rentman_delete_costs_by_idWRITEDelete ProjectCost item. A successful delete returns no content. via DELETE /costs/{id}
rentman_delete_crewavailability_by_idWRITEDelete CrewAvailability item. A successful delete returns no content. via DELETE /crewavailability/{id}
rentman_delete_equipmentsetscontent_by_idWRITEDelete EquipmentSetContent item. A successful delete returns no content. via DELETE /equipmentsetscontent/{id}
rentman_delete_projectrequestequipment_by_idWRITEDelete ProjectRequestEquipment item. A successful delete returns no content. via DELETE /projectrequestequipment/{id}
rentman_delete_projectrequests_by_idWRITEDelete ProjectRequest item. A successful delete returns no content. via DELETE /projectrequests/{id}
rentman_delete_serialnumbers_by_idWRITEDelete SerialNumber item. A successful delete returns no content. via DELETE /serialnumbers/{id}
rentman_delete_stockmovements_by_idWRITEDelete StockMovement item. A successful delete returns no content. via DELETE /stockmovements/{id}
rentman_delete_subtasks_by_idWRITEDelete Subtask item. A successful delete returns no content. via DELETE /subtasks/{id}
rentman_delete_suppliers_by_idWRITEDelete Supplier item. A successful delete returns no content. via DELETE /suppliers/{id}
rentman_delete_taskassignments_by_idWRITEDelete TaskAssignment item. A successful delete returns no content. via DELETE /taskassignments/{id}
rentman_delete_tasks_by_idWRITEDelete Task item. A successful delete returns no content. via DELETE /tasks/{id}
rentman_delete_taskstatuses_by_idWRITEDelete TaskStatus item. A successful delete returns no content. via DELETE /taskstatuses/{id}
rentman_delete_timeregistration_by_idWRITEDelete TimeRegistration item. A successful delete returns no content. via DELETE /timeregistration/{id}
rentman_delete_vehicles_by_idWRITEDelete Vehicle item. A successful delete returns no content. via DELETE /vehicles/{id}
rentman_get_accessoriesREADGet Accessory collection -- Represents accessories of an equipment item. Each equipment can have multiple accessories. Accessories are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /accessories
rentman_get_accessories_by_idREADGet Accessory item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /accessories/{id}
rentman_get_actualcontentREADGet ActualContent collection -- Represents the actual content of serialized physical combinations. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /actualcontent
rentman_get_actualcontent_by_idREADGet ActualContent item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /actualcontent/{id}
rentman_get_alternativesREADGet Alternative collection -- Represents alternatives of an equipment item. Each equipment can have multiple alternatives. Alternatives are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /alternatives
rentman_get_alternatives_by_idREADGet Alternative item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /alternatives/{id}
rentman_get_appointmentcrewREADGet AppointmentCrew collection -- With this endpoint, you could retrieve which crew member is linked to an appointment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointmentcrew
rentman_get_appointmentcrew_by_idREADGet AppointmentCrew item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointmentcrew/{id}
rentman_get_appointmentsREADGet Appointment collection -- With this endpoint, you could read, write, update and delete appointments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointments
rentman_get_appointments_by_idREADGet Appointment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointments/{id}
rentman_get_appointments_by_id_appointmentcrewREADGet AppointmentCrew collection -- With this endpoint, you could retrieve which crew member is linked to an appointment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointments/{id}/appointmentcrew
rentman_get_contactpersonsREADGet ContactPerson collection -- Represents a person or department within a Contact. A Person item is always associated with one Contact. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons
rentman_get_contactpersons_by_idREADGet ContactPerson item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}
rentman_get_contactpersons_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}/file_folders
rentman_get_contactpersons_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}/files
rentman_get_contactpersons_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}/tasks
rentman_get_contactsREADGet Contact collection -- Represents a company or a private person. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts
rentman_get_contacts_by_idREADGet Contact item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}
rentman_get_contacts_by_id_contactpersonsREADGet ContactPerson collection -- Represents a person or department within a Contact. A Person item is always associated with one Contact. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/contactpersons
rentman_get_contacts_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/file_folders
rentman_get_contacts_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/files
rentman_get_contacts_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/tasks
rentman_get_contractsREADGet Contract collection -- Represents contracts. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts
rentman_get_contracts_by_idREADGet Contract item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}
rentman_get_contracts_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}/files
rentman_get_contracts_by_id_invoicelinesREADGet InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}/invoicelines
rentman_get_contracts_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}/tasks
rentman_get_costsREADGet ProjectCost collection -- Represents additional costs in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /costs
rentman_get_costs_by_idREADGet ProjectCost item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /costs/{id}
rentman_get_crewREADGet Crew collection -- With this endpoint you can retrieve crew members and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew
rentman_get_crew_by_idREADGet Crew item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}
rentman_get_crew_by_id_appointmentsREADGet Appointment collection -- With this endpoint, you could read, write, update and delete appointments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/appointments
rentman_get_crew_by_id_crewavailabilityREADGet CrewAvailability collection -- Availability of the crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/crewavailability
rentman_get_crew_by_id_crewratesREADGet CrewRates collection -- Represents the rates attached to crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/crewrates
rentman_get_crew_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/file_folders
rentman_get_crew_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/files
rentman_get_crew_by_id_invitationsREADGet Invitations collection -- With this endpoint, you can read sent invitations for crew functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/invitations
rentman_get_crew_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/tasks
rentman_get_crewavailabilityREADGet CrewAvailability collection -- Availability of the crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewavailability
rentman_get_crewavailability_by_idREADGet CrewAvailability item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewavailability/{id}
rentman_get_crewratesREADGet CrewRates collection -- Represents the rates attached to crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewrates
rentman_get_crewrates_by_idREADGet CrewRates item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewrates/{id}
rentman_get_equipmentREADGet Equipment collection -- All equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment
rentman_get_equipment_by_idREADGet Equipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}
rentman_get_equipment_by_id_accessoriesREADGet Accessory collection -- Represents accessories of an equipment item. Each equipment can have multiple accessories. Accessories are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/accessories
rentman_get_equipment_by_id_alternativesREADGet Alternative collection -- Represents alternatives of an equipment item. Each equipment can have multiple alternatives. Alternatives are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/alternatives
rentman_get_equipment_by_id_equipmentsetscontentREADGet EquipmentSetContent collection -- With this endpoint, you can retrieve the contents of combinations together with their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/equipmentsetscontent
rentman_get_equipment_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/file_folders
rentman_get_equipment_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/files
rentman_get_equipment_by_id_repairsREADGet Repair collection -- With this endpoint you can retrieve repairs and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/repairs
rentman_get_equipment_by_id_serialnumbersREADGet SerialNumber collection -- Represents serial numbers, which are specific individual equipment pieces. This is a sub-item of Equipment and is always associated with a single Equipment item. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/serialnumbers
rentman_get_equipment_by_id_stockmovementsREADGet StockMovement collection -- Stock movements are all the changes that happen to the stock levels of an equipment. Those changes include manual changes, purchases, sales, transfers, stock corrections, repairs, marking lost or found, imports, stock counts. When creating or updating stock movements via the API only stock movements of type 'manual' are writable. Only stock movements for bulk items are available though the API. Stock movements for serialized equipment may be implemented at a later stage. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/stockmovements
rentman_get_equipment_by_id_suppliersREADGet Supplier collection -- Represents a supplier relationship between a contact and an equipment item. Each supplier entry links a contact to an equipment item, optionally with a purchase price and additional details. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/suppliers
rentman_get_equipment_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/tasks
rentman_get_equipmentassignedserialsREADGet EquipmentAssignedSerials collection -- With this endpoint, you can retrieve the serial numbers assigned to serialized physical combinations together with their information. This endpoint only returns serials which have been assigned manually from the serial numbers tab, not actual content. Please see <a href="https://support.rentman.io/hc/en-us/articles/360018672100-How-to-add-serial-numbers-to-physical-combinations">this article</a> for more information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentassignedserials
rentman_get_equipmentassignedserials_by_idREADGet EquipmentAssignedSerials item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentassignedserials/{id}
rentman_get_equipmentsetscontentREADGet EquipmentSetContent collection -- With this endpoint, you can retrieve the contents of combinations together with their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentsetscontent
rentman_get_equipmentsetscontent_by_idREADGet EquipmentSetContent item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentsetscontent/{id}
rentman_get_extrainputfieldsREADGet ExtraInputField collection -- With this endpoint, you can read extra input fields. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /extrainputfields
rentman_get_extrainputfields_by_idREADGet ExtraInputField item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /extrainputfields/{id}
rentman_get_factorgroupsREADGet FactorGroups collection -- All factor groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factorgroups
rentman_get_factorgroups_by_idREADGet FactorGroups item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factorgroups/{id}
rentman_get_factorgroups_by_id_factorsREADGet Factors collection -- All factor. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factorgroups/{id}/factors
rentman_get_factorsREADGet Factors collection -- All factor. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factors
rentman_get_factors_by_idREADGet Factors item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factors/{id}
rentman_get_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /file_folders
rentman_get_file_folders_by_idREADGet FileFolder item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /file_folders/{id}
rentman_get_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /files
rentman_get_files_by_idREADGet File item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /files/{id}
rentman_get_foldersREADGet Folder collection -- Contacts, equipment, crew, vehicles, containers, projecttemplates and default functions are organised into folders. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /folders
rentman_get_folders_by_idREADGet Folder item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /folders/{id}
rentman_get_invitationsREADGet Invitations collection -- With this endpoint, you can read sent invitations for crew functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invitations
rentman_get_invitations_by_idREADGet Invitations item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invitations/{id}
rentman_get_invoicelinesREADGet InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoicelines
rentman_get_invoicelines_by_idREADGet InvoiceLine item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoicelines/{id}
rentman_get_invoicesREADGet Factuur collection -- Represents invoices. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices
rentman_get_invoices_by_idREADGet Factuur item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}
rentman_get_invoices_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/files
rentman_get_invoices_by_id_invoicelinesREADGet InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/invoicelines
rentman_get_invoices_by_id_paymentsREADGet Payment collection -- Represents payments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/payments
rentman_get_invoices_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/tasks
rentman_get_leavemutationREADGet LeaveMutations collection -- With this endpoint, you could work with leave mutations and their information. These items are immutable, so any mistakes made in the mutations should be corrected by creating a new (opposite) mutation. Duration is expressed in seconds. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavemutation
rentman_get_leavemutation_by_idREADGet LeaveMutations item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavemutation/{id}
rentman_get_leaverequestREADGet LeaveRequest collection -- With this endpoint, you could work with leave requests and their information. Make sure to also create the corresponding request lines for this request (by using the `/leaverequest/:id/timeregistration` endpoint). The leave type for the request lines must require approval (See `/leavetypes` endpoint for this information). Hours requests can be updated as long as they are in status 'Pending', once they get Approved/Rejected they can't be updated anymore besides transitioning a request from Approved to Cancelled. Once created, the crew member the request is for can't be updated. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leaverequest
rentman_get_leaverequest_by_idREADGet LeaveRequest item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leaverequest/{id}
rentman_get_leaverequest_by_id_timeregistrationREADGet TimeRegistration collection -- With this endpoint, you could retrieve time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leaverequest/{id}/timeregistration
rentman_get_leavetypesREADGet LeaveTypes collection -- With this endpoint, you could work with leave types and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavetypes
rentman_get_leavetypes_by_idREADGet LeaveTypes item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavetypes/{id}
rentman_get_ledgercodesREADGet Ledger collection -- Ledger codes are the codes defining the type of trade for an invoice line. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ledgercodes
rentman_get_ledgercodes_by_idREADGet Ledger item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ledgercodes/{id}
rentman_get_paymentsREADGet Payment collection -- Represents payments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /payments
rentman_get_payments_by_idREADGet Payment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /payments/{id}
rentman_get_projectcrewREADGet ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectcrew
rentman_get_projectcrew_by_idREADGet ProjectCrew item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectcrew/{id}
rentman_get_projectequipmentREADGet ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipment
rentman_get_projectequipment_by_idREADGet ProjectEquipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipment/{id}
rentman_get_projectequipmentgroupREADGet ProjectEquipmentGroup collection -- Equipment groups of a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipmentgroup
rentman_get_projectequipmentgroup_by_idREADGet ProjectEquipmentGroup item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipmentgroup/{id}
rentman_get_projectequipmentgroup_by_id_projectequipmentREADGet ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipmentgroup/{id}/projectequipment
rentman_get_projectfunctiongroupsREADGet ProjectFunctionGroup collection -- Function groups inside a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctiongroups
rentman_get_projectfunctiongroups_by_idREADGet ProjectFunctionGroup item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctiongroups/{id}
rentman_get_projectfunctiongroups_by_id_projectfunctionsREADGet ProjectFunction collection -- A function is a task that needs to be performed. Functions are connected to subprojects (and projects). Functions can be grouped inside function groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctiongroups/{id}/projectfunctions
rentman_get_projectfunctionsREADGet ProjectFunction collection -- A function is a task that needs to be performed. Functions are connected to subprojects (and projects). Functions can be grouped inside function groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions
rentman_get_projectfunctions_by_idREADGet ProjectFunction item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions/{id}
rentman_get_projectfunctions_by_id_projectcrewREADGet ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions/{id}/projectcrew
rentman_get_projectfunctions_by_id_projectvehiclesREADGet ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions/{id}/projectvehicles
rentman_get_projectrequestequipmentREADGet ProjectRequestEquipment collection -- Project Request Equipment are equipment items linked to the Project Request. You can use this to add equipment items in a raw data format to the Project Request. The equipment items will be matched to the existing equipment items in the account when converting the Project Request into a Project in the Rentman interface. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequestequipment
rentman_get_projectrequestequipment_by_idREADGet ProjectRequestEquipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequestequipment/{id}
rentman_get_projectrequestsREADGet ProjectRequest collection -- Project Requests are incoming requests from external sources that allows you to turn into projects. These could come from another Rentman user, that is using the internal subrent request feature. By making also the POST endpoint available in the API, you can now also push these from other applications. For example from your CRM system, a form on your website, or any other source. The benefit of using Project Requests is that you can provide the data in a raw format. While converting a Project Request into a project from the Rentman interface, you can match this data to existing contacts, equipments etc. No need to set up complicated logic to fetch these items using the API first. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequests
rentman_get_projectrequests_by_idREADGet ProjectRequest item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequests/{id}
rentman_get_projectrequests_by_id_projectrequestequipmentREADGet ProjectRequestEquipment collection -- Project Request Equipment are equipment items linked to the Project Request. You can use this to add equipment items in a raw data format to the Project Request. The equipment items will be matched to the existing equipment items in the account when converting the Project Request into a Project in the Rentman interface. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequests/{id}/projectrequestequipment
rentman_get_projectsREADGet Project collection -- Projects are the cornerstone of Rentman. Projects are connected to many other items. Projects always include one or more subprojects. When the user interface does not show any subprojects there is in fact a single one. See the /subprojects endpoint for more information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects
rentman_get_projects_by_idREADGet Project item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}
rentman_get_projects_by_id_contractsREADGet Contract collection -- Represents contracts. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/contracts
rentman_get_projects_by_id_costsREADGet ProjectCost collection -- Represents additional costs in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/costs
rentman_get_projects_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/file_folders
rentman_get_projects_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/files
rentman_get_projects_by_id_projectcrewREADGet ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectcrew
rentman_get_projects_by_id_projectequipmentREADGet ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectequipment
rentman_get_projects_by_id_projectequipmentgroupREADGet ProjectEquipmentGroup collection -- Equipment groups of a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectequipmentgroup
rentman_get_projects_by_id_projectfunctiongroupsREADGet ProjectFunctionGroup collection -- Function groups inside a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectfunctiongroups
rentman_get_projects_by_id_projectfunctionsREADGet ProjectFunction collection -- A function is a task that needs to be performed. Functions are connected to subprojects (and projects). Functions can be grouped inside function groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectfunctions
rentman_get_projects_by_id_projectvehiclesREADGet ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectvehicles
rentman_get_projects_by_id_quotesREADGet Quotation collection -- Represents quotes. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/quotes
rentman_get_projects_by_id_subprojectsREADGet Subproject collection -- Subprojects are part of projects. All projects include at least one subproject. Information that differs from subproject to subproject, e.g. location, is retrieved in this endpoint. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/subprojects
rentman_get_projects_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/tasks
rentman_get_projectstatusesREADGet ProjectStatus collection -- Get project status objects. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectstatuses
rentman_get_projectstatuses_by_idREADGet ProjectStatus item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectstatuses/{id}
rentman_get_projecttypesREADGet ProjectType collection -- Get a specific project type. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projecttypes
rentman_get_projecttypes_by_idREADGet ProjectType item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projecttypes/{id}
rentman_get_projectvehiclesREADGet ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectvehicles
rentman_get_projectvehicles_by_idREADGet ProjectVehicle item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectvehicles/{id}
rentman_get_purchaseordercostsREADGet PurchaseOrderCost collection -- Represents line items within a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseordercosts
rentman_get_purchaseordercosts_by_idREADGet PurchaseOrderCost item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseordercosts/{id}
rentman_get_purchaseorderglobalcostsREADGet PurchaseOrderGlobalCost collection -- Represents global costs of a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorderglobalcosts
rentman_get_purchaseorderglobalcosts_by_idREADGet PurchaseOrderGlobalCost item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorderglobalcosts/{id}
rentman_get_purchaseordersREADGet PurchaseOrder collection -- Represents purchase orders. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders
rentman_get_purchaseorders_by_idREADGet PurchaseOrder item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}
rentman_get_purchaseorders_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/file_folders
rentman_get_purchaseorders_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/files
rentman_get_purchaseorders_by_id_invoicelinesREADGet InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/invoicelines
rentman_get_purchaseorders_by_id_purchaseordercostsREADGet PurchaseOrderCost collection -- Represents line items within a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/purchaseordercosts
rentman_get_purchaseorders_by_id_purchaseorderglobalcostsREADGet PurchaseOrderGlobalCost collection -- Represents global costs of a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/purchaseorderglobalcosts
rentman_get_purchaseorders_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/tasks
rentman_get_quotesREADGet Quotation collection -- Represents quotes. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes
rentman_get_quotes_by_idREADGet Quotation item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}
rentman_get_quotes_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}/files
rentman_get_quotes_by_id_invoicelinesREADGet InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}/invoicelines
rentman_get_quotes_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}/tasks
rentman_get_ratefactorsREADGet CrewRateFactor collection -- Represents the rate factors for the crew rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ratefactors
rentman_get_ratefactors_by_idREADGet CrewRateFactor item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ratefactors/{id}
rentman_get_ratesREADGet CrewRate collection -- Represents crew rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /rates
rentman_get_rates_by_idREADGet CrewRate item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /rates/{id}
rentman_get_rates_by_id_ratefactorsREADGet CrewRateFactor collection -- Represents the rate factors for the crew rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /rates/{id}/ratefactors
rentman_get_repairsREADGet Repair collection -- With this endpoint you can retrieve repairs and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs
rentman_get_repairs_by_idREADGet Repair item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}
rentman_get_repairs_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}/file_folders
rentman_get_repairs_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}/files
rentman_get_repairs_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}/tasks
rentman_get_serialnumbersREADGet SerialNumber collection -- Represents serial numbers, which are specific individual equipment pieces. This is a sub-item of Equipment and is always associated with a single Equipment item. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers
rentman_get_serialnumbers_by_idREADGet SerialNumber item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}
rentman_get_serialnumbers_by_id_actualcontentREADGet ActualContent collection -- Represents the actual content of serialized physical combinations. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/actualcontent
rentman_get_serialnumbers_by_id_equipmentassignedserialsREADGet EquipmentAssignedSerials collection -- With this endpoint, you can retrieve the serial numbers assigned to serialized physical combinations together with their information. This endpoint only returns serials which have been assigned manually from the serial numbers tab, not actual content. Please see <a href="https://support.rentman.io/hc/en-us/articles/360018672100-How-to-add-serial-numbers-to-physical-combinations">this article</a> for more information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/equipmentassignedserials
rentman_get_serialnumbers_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/file_folders
rentman_get_serialnumbers_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/files
rentman_get_serialnumbers_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/tasks
rentman_get_statusesREADGet Status collection -- Get a status objects. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /statuses
rentman_get_statuses_by_idREADGet Status item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /statuses/{id}
rentman_get_stocklocationsREADGet StockLocation collection -- With this endpoint, you can retrieve the stock locations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stocklocations
rentman_get_stocklocations_by_idREADGet StockLocation item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stocklocations/{id}
rentman_get_stocklocations_by_id_vehiclesREADGet Vehicle collection -- Represents vehicles. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stocklocations/{id}/vehicles
rentman_get_stockmovementsREADGet StockMovement collection -- Stock movements are all the changes that happen to the stock levels of an equipment. Those changes include manual changes, purchases, sales, transfers, stock corrections, repairs, marking lost or found, imports, stock counts. When creating or updating stock movements via the API only stock movements of type 'manual' are writable. Only stock movements for bulk items are available though the API. Stock movements for serialized equipment may be implemented at a later stage. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stockmovements
rentman_get_stockmovements_by_idREADGet StockMovement item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stockmovements/{id}
rentman_get_subprojectsREADGet Subproject collection -- Subprojects are part of projects. All projects include at least one subproject. Information that differs from subproject to subproject, e.g. location, is retrieved in this endpoint. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects
rentman_get_subprojects_by_idREADGet Subproject item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}
rentman_get_subprojects_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/file_folders
rentman_get_subprojects_by_id_projectcrewREADGet ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectcrew
rentman_get_subprojects_by_id_projectequipmentREADGet ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectequipment
rentman_get_subprojects_by_id_projectequipmentgroupREADGet ProjectEquipmentGroup collection -- Equipment groups of a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectequipmentgroup
rentman_get_subprojects_by_id_projectfunctiongroupsREADGet ProjectFunctionGroup collection -- Function groups inside a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectfunctiongroups
rentman_get_subprojects_by_id_projectvehiclesREADGet ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectvehicles
rentman_get_subrentalequipmentREADGet SubrentalEquipment collection -- With this endpoint you can retrieve information about subrental equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipment
rentman_get_subrentalequipment_by_idREADGet SubrentalEquipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipment/{id}
rentman_get_subrentalequipmentgroupREADGet SubrentalEquipmentGroup collection -- With this endpoint you can retrieve information about subrental equipment groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipmentgroup
rentman_get_subrentalequipmentgroup_by_idREADGet SubrentalEquipmentGroup item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipmentgroup/{id}
rentman_get_subrentalequipmentgroup_by_id_subrentalequipmentREADGet SubrentalEquipment collection -- With this endpoint you can retrieve information about subrental equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipmentgroup/{id}/subrentalequipment
rentman_get_subrentalsREADGet Subrental collection -- With this endpoint you can retrieve subrentals and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals
rentman_get_subrentals_by_idREADGet Subrental item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}
rentman_get_subrentals_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/file_folders
rentman_get_subrentals_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/files
rentman_get_subrentals_by_id_subrentalequipmentREADGet SubrentalEquipment collection -- With this endpoint you can retrieve information about subrental equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/subrentalequipment
rentman_get_subrentals_by_id_subrentalequipmentgroupREADGet SubrentalEquipmentGroup collection -- With this endpoint you can retrieve information about subrental equipment groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/subrentalequipmentgroup
rentman_get_subrentals_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/tasks
rentman_get_subtasksREADGet Subtask collection -- With this endpoint, you can read, write, update and delete subtasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subtasks
rentman_get_subtasks_by_idREADGet Subtask item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subtasks/{id}
rentman_get_suppliersREADGet Supplier collection -- Represents a supplier relationship between a contact and an equipment item. Each supplier entry links a contact to an equipment item, optionally with a purchase price and additional details. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers
rentman_get_suppliers_by_idREADGet Supplier item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}
rentman_get_suppliers_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}/file_folders
rentman_get_suppliers_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}/files
rentman_get_suppliers_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}/tasks
rentman_get_taskassignmentsREADGet TaskAssignment collection -- With this endpoint, you can read, write, update and delete task assignments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskassignments
rentman_get_taskassignments_by_idREADGet TaskAssignment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskassignments/{id}
rentman_get_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks
rentman_get_tasks_by_idREADGet Task item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}
rentman_get_tasks_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/file_folders
rentman_get_tasks_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/files
rentman_get_tasks_by_id_subtasksREADGet Subtask collection -- With this endpoint, you can read, write, update and delete subtasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/subtasks
rentman_get_tasks_by_id_taskassignmentsREADGet TaskAssignment collection -- With this endpoint, you can read, write, update and delete task assignments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/taskassignments
rentman_get_taskstatusesREADGet TaskStatus collection -- With this endpoint, you can read, write, update and delete task statuses. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskstatuses
rentman_get_taskstatuses_by_idREADGet TaskStatus item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskstatuses/{id}
rentman_get_taxclassesREADGet TaxClass collection -- Represents tax classes, which can be used to configure taxation rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taxclasses
rentman_get_taxclasses_by_idREADGet TaxClass item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taxclasses/{id}
rentman_get_timeregistrationREADGet TimeRegistration collection -- With this endpoint, you could retrieve time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration
rentman_get_timeregistration_by_idREADGet TimeRegistration item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration/{id}
rentman_get_timeregistration_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration/{id}/files
rentman_get_timeregistration_by_id_timeregistrationactivitiesREADGet TimeRegistrationActivity collection -- With this endpoint, you could retrieve the activities of the time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration/{id}/timeregistrationactivities
rentman_get_timeregistrationactivitiesREADGet TimeRegistrationActivity collection -- With this endpoint, you could retrieve the activities of the time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistrationactivities
rentman_get_timeregistrationactivities_by_idREADGet TimeRegistrationActivity item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistrationactivities/{id}
rentman_get_vehiclesREADGet Vehicle collection -- Represents vehicles. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles
rentman_get_vehicles_by_idREADGet Vehicle item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}
rentman_get_vehicles_by_id_file_foldersREADGet FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}/file_folders
rentman_get_vehicles_by_id_filesREADGet File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}/files
rentman_get_vehicles_by_id_tasksREADGet Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}/tasks
rentman_get_warehousestatusesREADGet WarehouseStatus collection -- Get warehouse status objects. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /warehousestatuses
rentman_get_warehousestatuses_by_idREADGet WarehouseStatus item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /warehousestatuses/{id}
rentman_post_appointmentsWRITECreate Appointment item. The created or updated item is returned under `data`. via POST /appointments
rentman_post_appointments_by_id_appointmentcrewWRITECreate AppointmentCrew item. The created or updated item is returned under `data`. via POST /appointments/{id}/appointmentcrew
rentman_post_contactpersons_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /contactpersons/{id}/tasks
rentman_post_contactsWRITECreate Contact item. The created or updated item is returned under `data`. via POST /contacts
rentman_post_contacts_by_id_contactpersonsWRITECreate ContactPerson item. The created or updated item is returned under `data`. via POST /contacts/{id}/contactpersons
rentman_post_contacts_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /contacts/{id}/tasks
rentman_post_contracts_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /contracts/{id}/tasks
rentman_post_crew_by_id_crewavailabilityWRITECreate CrewAvailability item. The created or updated item is returned under `data`. via POST /crew/{id}/crewavailability
rentman_post_crew_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /crew/{id}/tasks
rentman_post_equipmentWRITECreate Equipment item. The created or updated item is returned under `data`. via POST /equipment
rentman_post_equipment_by_id_accessoriesWRITECreate Accessory item. The created or updated item is returned under `data`. via POST /equipment/{id}/accessories
rentman_post_equipment_by_id_alternativesWRITECreate Alternative item. The created or updated item is returned under `data`. via POST /equipment/{id}/alternatives
rentman_post_equipment_by_id_equipmentsetscontentWRITECreate EquipmentSetContent item. The created or updated item is returned under `data`. via POST /equipment/{id}/equipmentsetscontent
rentman_post_equipment_by_id_serialnumbersWRITECreate SerialNumber item. The created or updated item is returned under `data`. via POST /equipment/{id}/serialnumbers
rentman_post_equipment_by_id_stockmovementsWRITECreate StockMovement item. The created or updated item is returned under `data`. via POST /equipment/{id}/stockmovements
rentman_post_equipment_by_id_suppliersWRITECreate Supplier item. The created or updated item is returned under `data`. via POST /equipment/{id}/suppliers
rentman_post_equipment_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /equipment/{id}/tasks
rentman_post_foldersWRITECreate Folder item. The created or updated item is returned under `data`. via POST /folders
rentman_post_invoices_by_id_paymentsWRITECreate Payment item. The created or updated item is returned under `data`. via POST /invoices/{id}/payments
rentman_post_invoices_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /invoices/{id}/tasks
rentman_post_leavemutationWRITECreate LeaveMutations item. The created or updated item is returned under `data`. via POST /leavemutation
rentman_post_leaverequestWRITECreate LeaveRequest item. The created or updated item is returned under `data`. via POST /leaverequest
rentman_post_leaverequest_by_id_timeregistrationWRITECreate TimeRegistration item. The created or updated item is returned under `data`. via POST /leaverequest/{id}/timeregistration
rentman_post_projectrequestsWRITECreate ProjectRequest item. The created or updated item is returned under `data`. via POST /projectrequests
rentman_post_projectrequests_by_id_projectrequestequipmentWRITECreate ProjectRequestEquipment item. The created or updated item is returned under `data`. via POST /projectrequests/{id}/projectrequestequipment
rentman_post_projectsWRITECreate Project item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects
rentman_post_projects_by_id_costsWRITECreate ProjectCost item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/costs
rentman_post_projects_by_id_projectfunctiongroupsWRITECreate ProjectFunctionGroup item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/projectfunctiongroups
rentman_post_projects_by_id_projectfunctionsWRITECreate ProjectFunction item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/projectfunctions
rentman_post_projects_by_id_subprojectsWRITECreate Subproject item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/subprojects
rentman_post_projects_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /projects/{id}/tasks
rentman_post_purchaseorders_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /purchaseorders/{id}/tasks
rentman_post_quotes_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /quotes/{id}/tasks
rentman_post_repairs_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /repairs/{id}/tasks
rentman_post_serialnumbers_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /serialnumbers/{id}/tasks
rentman_post_stocklocations_by_id_vehiclesWRITECreate Vehicle item. The created or updated item is returned under `data`. via POST /stocklocations/{id}/vehicles
rentman_post_subrentals_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /subrentals/{id}/tasks
rentman_post_suppliers_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /suppliers/{id}/tasks
rentman_post_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /tasks
rentman_post_tasks_by_id_subtasksWRITECreate Subtask item. The created or updated item is returned under `data`. via POST /tasks/{id}/subtasks
rentman_post_tasks_by_id_taskassignmentsWRITECreate TaskAssignment item. The created or updated item is returned under `data`. via POST /tasks/{id}/taskassignments
rentman_post_taskstatusesWRITECreate TaskStatus item. The created or updated item is returned under `data`. via POST /taskstatuses
rentman_post_timeregistrationWRITECreate TimeRegistration item. The created or updated item is returned under `data`. via POST /timeregistration
rentman_post_vehiclesWRITECreate Vehicle item. The created or updated item is returned under `data`. via POST /vehicles
rentman_post_vehicles_by_id_tasksWRITECreate Task item. The created or updated item is returned under `data`. via POST /vehicles/{id}/tasks
rentman_put_accessories_by_idWRITEUpdate Accessory item. The created or updated item is returned under `data`. via PUT /accessories/{id}
rentman_put_alternatives_by_idWRITEUpdate Alternative item. The created or updated item is returned under `data`. via PUT /alternatives/{id}
rentman_put_appointmentcrew_by_idWRITEUpdate AppointmentCrew item. The created or updated item is returned under `data`. via PUT /appointmentcrew/{id}
rentman_put_appointments_by_idWRITEUpdate Appointment item. The created or updated item is returned under `data`. via PUT /appointments/{id}
rentman_put_contactpersons_by_idWRITEUpdate ContactPerson item. The created or updated item is returned under `data`. via PUT /contactpersons/{id}
rentman_put_contacts_by_idWRITEUpdate Contact item. The created or updated item is returned under `data`. via PUT /contacts/{id}
rentman_put_costs_by_idWRITEUpdate ProjectCost item. The created or updated item is returned under `data`. via PUT /costs/{id}
rentman_put_crewavailability_by_idWRITEUpdate CrewAvailability item. The created or updated item is returned under `data`. via PUT /crewavailability/{id}
rentman_put_equipment_by_idWRITEUpdate Equipment item. The created or updated item is returned under `data`. via PUT /equipment/{id}
rentman_put_equipmentsetscontent_by_idWRITEUpdate EquipmentSetContent item. The created or updated item is returned under `data`. via PUT /equipmentsetscontent/{id}
rentman_put_folders_by_idWRITEUpdate Folder item. The created or updated item is returned under `data`. via PUT /folders/{id}
rentman_put_leaverequest_by_idWRITEUpdate LeaveRequest item. The created or updated item is returned under `data`. via PUT /leaverequest/{id}
rentman_put_payments_by_idWRITEUpdate Payment item. The created or updated item is returned under `data`. via PUT /payments/{id}
rentman_put_projectrequestequipment_by_idWRITEUpdate ProjectRequestEquipment item. The created or updated item is returned under `data`. via PUT /projectrequestequipment/{id}
rentman_put_projectrequests_by_idWRITEUpdate ProjectRequest item. The created or updated item is returned under `data`. via PUT /projectrequests/{id}
rentman_put_serialnumbers_by_idWRITEUpdate SerialNumber item. The created or updated item is returned under `data`. via PUT /serialnumbers/{id}
rentman_put_stockmovements_by_idWRITEUpdate StockMovement item. The created or updated item is returned under `data`. via PUT /stockmovements/{id}
rentman_put_subtasks_by_idWRITEUpdate Subtask item. The created or updated item is returned under `data`. via PUT /subtasks/{id}
rentman_put_suppliers_by_idWRITEUpdate Supplier item. The created or updated item is returned under `data`. via PUT /suppliers/{id}
rentman_put_taskassignments_by_idWRITEUpdate TaskAssignment item. The created or updated item is returned under `data`. via PUT /taskassignments/{id}
rentman_put_tasks_by_idWRITEUpdate Task item. The created or updated item is returned under `data`. via PUT /tasks/{id}
rentman_put_taskstatuses_by_idWRITEUpdate TaskStatus item. The created or updated item is returned under `data`. via PUT /taskstatuses/{id}
rentman_put_timeregistration_by_idWRITEUpdate TimeRegistration item. The created or updated item is returned under `data`. via PUT /timeregistration/{id}
rentman_put_vehicles_by_idWRITEUpdate Vehicle item. The created or updated item is returned under `data`. via PUT /vehicles/{id}
Put Rentman behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.