npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-test-intelup

v0.0.10

Published

n8n community node for the Intelup Public API

Readme

n8n Intelup Node

Este README e o arquivo src/nodes/Fenix/Intelup.node.ts sao gerados automaticamente via npm run generate. As operacoes por versao ficam em src/nodes/Fenix/generated/versions.

Geracao

  1. Defina a variavel SWAGGER_URL no ambiente.
  2. Execute:
npm run generate

Swagger de origem: https://qa.intelup.com.br/swagger.json Versao gerada nesta execucao: 0.0.10

Versionamento incremental

  • O generate usa a versao atual do package.json.
  • Cada versao gera/atualiza seu proprio snapshot JSON.
  • O node Intelup exibe um select de versao para carregar as APIs dessa versao.
  • Sao mantidas no maximo 10 versoes mais recentes.

Versoes disponiveis:

  • 0.0.10 (2026-04-30T13:08:20.321Z)
  • 0.0.9 (2026-04-30T13:05:06.470Z)
  • 0.0.8 (2026-04-30T13:03:27.103Z)
  • 0.0.7 (2026-04-30T11:45:06.251Z)

Tabela de rotas

| Recurso | Metodo | Rota | Operacao | Parametros | | --- | --- | --- | --- | --- | | dataEntry | GET | /public/data_entry/points | Get Data Entry Points | start_time (query), end_time (query), tag_code (query) | | dataEntry | POST | /public/data_entry/point | Post Data Entry Point | body (body) | | dataEntry | POST | /public/data_entry/points | Post Data Entry Points | body (body) | | dataExport | GET | /public/data_export/goal | Get Data Export Goal | start_time (query), end_time (query), tag_code (query), group_by (query) | | dataExport | GET | /public/data_export/point | Get Data Export Point | start_time (query), end_time (query), tag_code (query), group_type (query) | | dataExport | GET | /public/data_export/points | Get Data Export Points | start_time (query), end_time (query), tag_code (query), group_by (query), group_type (query) | | event | DELETE | /public/event/destination-step/{id_dest_step}/event-movement/{id_movfr} | Delete Event Destination Step By Id Event Movement By Id | id_dest_step (path), id_movfr (path) | | event | DELETE | /public/event/group-motive/{id} | Delete Event Group Motive By Id | id (path) | | event | DELETE | /public/event/movement/{id} | Delete Event Movement By Id | id (path) | | event | DELETE | /public/event/movement/{id}/item-complementary | Delete Event Movement By Id Item Complementary | id (path) | | event | GET | /public/event/complementary-item | Get Event Complementary Item | - | | event | GET | /public/event/complementary-type | Get Event Complementary Type | - | | event | GET | /public/event/destination-step/{id_dest_step}/event-movement | Get Event Destination Step By Id Event Movement | id_motivo (query), id_frame (query), id_dest_step (path) | | event | GET | /public/event/destination-step/{id_dest_step}/event-movement/{id_movfr} | Get Event Destination Step By Id Event Movement By Id | id_dest_step (path), id_movfr (path) | | event | GET | /public/event/event | Get Event Event | - | | event | GET | /public/event/event/{id}/complementary-type | Get Event Event By Id Complementary Type | id (path) | | event | GET | /public/event/event/{id}/group-motive | Get Event Event By Id Group Motive | id (path) | | event | GET | /public/event/event/{id}/movement | Get Event Event By Id Movement | id (path) | | event | GET | /public/event/group-motive | Get Event Group Motive | gru_codigo (query), gru_descricao (query), gru_apontamento_automatico (query), color (query) | | event | GET | /public/event/motive | Get Event Motive | - | | event | GET | /public/event/movement | Get Event Movement | id_motivo (query), id_frame (query), start_time (query), end_time (query) | | event | GET | /public/event/movement/{id} | Get Event Movement By Id | id (path) | | event | GET | /public/event/movement/{id}/item-complementary | Get Event Movement By Id Item Complementary | id (path) | | event | POST | /public/event/complementary-item | Post Event Complementary Item | body (body) | | event | POST | /public/event/complementary-type | Post Event Complementary Type | body (body) | | event | POST | /public/event/destination-step/{id_dest_step}/event-movement | Post Event Destination Step By Id Event Movement | body (body), id_dest_step (path) | | event | POST | /public/event/event | Post Event Event | body (body) | | event | POST | /public/event/group-motive | Post Event Group Motive | body (body) | | event | POST | /public/event/motive | Post Event Motive | body (body) | | event | POST | /public/event/movement | Post Event Movement | body (body) | | event | POST | /public/event/movement/{id}/item-complementary | Post Event Movement By Id Item Complementary | body (body), id (path) | | event | PUT | /public/event/destination-step/{id_dest_step}/event-movement/{id_movfr} | Put Event Destination Step By Id Event Movement By Id | body (body), id_dest_step (path), id_movfr (path) | | event | PUT | /public/event/group-motive/{id} | Put Event Group Motive By Id | body (body), id (path) | | event | PUT | /public/event/motive/{id} | Put Event Motive By Id | body (body), id (path) | | event | PUT | /public/event/movement/{id} | Put Event Movement By Id | body (body), id (path) | | integration | GET | /public/integration/group-integration | Get Integration Group Integration | filters (query), load_related (query) | | integration | GET | /public/integration/group-integration/{id_group} | Get Integration Group Integration By Id | filters (query), load_related (query), id_group (path) | | integration | GET | /public/integration/integration | Get Integration Integration | - | | integration | GET | /public/integration/integration-laboratory | Get Integration Integration Laboratory | filters (query), load_related (query) | | integration | GET | /public/integration/log/{id} | Get Integration Log By Id | id (path) | | integration | GET | /public/integration/parameter | Get Integration Parameter | - | | integration | POST | /public/integration/integration-laboratory | Post Integration Integration Laboratory | body (body) | | integration | POST | /public/integration/log | Post Integration Log | body (body) | | legacy | DELETE | /public/legacy/int-expdadostpf/{id} | Delete Legacy Int Expdadostpf By Id | id (path) | | legacy | DELETE | /public/legacy/int-paradas/{id} | Delete Legacy Int Paradas By Id | id (path) | | legacy | DELETE | /public/legacy/intstatuboletim/{id} | Delete Legacy Intstatuboletim By Id | id (path) | | legacy | GET | /public/legacy/int-expdadostpf | Get Legacy Int Expdadostpf | - | | legacy | GET | /public/legacy/int-expdadostpf/{id} | Get Legacy Int Expdadostpf By Id | id (path) | | legacy | GET | /public/legacy/int-paradas | Get Legacy Int Paradas | - | | legacy | GET | /public/legacy/int-paradas/{id} | Get Legacy Int Paradas By Id | id (path) | | legacy | GET | /public/legacy/intstatuboletim | Get Legacy Intstatuboletim | - | | legacy | GET | /public/legacy/intstatuboletim/{id} | Get Legacy Intstatuboletim By Id | id (path) | | legacy | POST | /public/legacy/int-expdadostpf | Post Legacy Int Expdadostpf | body (body) | | legacy | POST | /public/legacy/int-paradas | Post Legacy Int Paradas | body (body) | | legacy | POST | /public/legacy/intstatuboletim | Post Legacy Intstatuboletim | body (body) | | legacy | PUT | /public/legacy/int-expdadostpf/{id} | Put Legacy Int Expdadostpf By Id | body (body), id (path) | | legacy | PUT | /public/legacy/int-paradas/{id} | Put Legacy Int Paradas By Id | body (body), id (path) | | legacy | PUT | /public/legacy/intstatuboletim/{id} | Put Legacy Intstatuboletim By Id | body (body), id (path) | | maintenance | DELETE | /public/maintenance/inspection-items/{id_route}/{id} | Delete Maintenance Inspection Items By Id By Id | id_route (path), id (path) | | maintenance | DELETE | /public/maintenance/inspection/{id} | Delete Maintenance Inspection By Id | id (path) | | maintenance | DELETE | /public/maintenance/labor-rules/{id} | Delete Maintenance Labor Rules By Id | id (path) | | maintenance | DELETE | /public/maintenance/maintenance-activity/{id} | Delete Maintenance Maintenance Activity By Id | id (path) | | maintenance | DELETE | /public/maintenance/materials-services/{id} | Delete Maintenance Materials Services By Id | id (path) | | maintenance | DELETE | /public/maintenance/modalities/{id} | Delete Maintenance Modalities By Id | id (path) | | maintenance | DELETE | /public/maintenance/preventive-services/{id} | Delete Maintenance Preventive Services By Id | id (path) | | maintenance | DELETE | /public/maintenance/priority/{id} | Delete Maintenance Priority By Id | id (path) | | maintenance | DELETE | /public/maintenance/service-order-type/{id} | Delete Maintenance Service Order Type By Id | id (path) | | maintenance | DELETE | /public/maintenance/status/{id} | Delete Maintenance Status By Id | id (path) | | maintenance | GET | /public/maintenance/inspection | Get Maintenance Inspection | - | | maintenance | GET | /public/maintenance/inspection-items/{id_route} | Get Maintenance Inspection Items By Id | id_route (path) | | maintenance | GET | /public/maintenance/inspection-items/{id_route}/{id} | Get Maintenance Inspection Items By Id By Id | id_route (path), id (path) | | maintenance | GET | /public/maintenance/inspection/{id} | Get Maintenance Inspection By Id | id (path) | | maintenance | GET | /public/maintenance/labor-rules | Get Maintenance Labor Rules | - | | maintenance | GET | /public/maintenance/labor-rules/{id} | Get Maintenance Labor Rules By Id | id (path) | | maintenance | GET | /public/maintenance/maintenance-activity | Get Maintenance Maintenance Activity | - | | maintenance | GET | /public/maintenance/maintenance-activity/{id} | Get Maintenance Maintenance Activity By Id | id (path) | | maintenance | GET | /public/maintenance/materials-services | Get Maintenance Materials Services | - | | maintenance | GET | /public/maintenance/materials-services/{id} | Get Maintenance Materials Services By Id | id (path) | | maintenance | GET | /public/maintenance/modalities | Get Maintenance Modalities | - | | maintenance | GET | /public/maintenance/modalities/{id} | Get Maintenance Modalities By Id | id (path) | | maintenance | GET | /public/maintenance/preventive-services | Get Maintenance Preventive Services | - | | maintenance | GET | /public/maintenance/preventive-services/{id} | Get Maintenance Preventive Services By Id | id (path) | | maintenance | GET | /public/maintenance/priority | Get Maintenance Priority | - | | maintenance | GET | /public/maintenance/priority/{id} | Get Maintenance Priority By Id | id (path) | | maintenance | GET | /public/maintenance/service-order-type | Get Maintenance Service Order Type | - | | maintenance | GET | /public/maintenance/service-order-type/{id} | Get Maintenance Service Order Type By Id | id (path) | | maintenance | GET | /public/maintenance/status | Get Maintenance Status | - | | maintenance | GET | /public/maintenance/status/{id} | Get Maintenance Status By Id | id (path) | | maintenance | POST | /public/maintenance/inspection | Post Maintenance Inspection | body (body) | | maintenance | POST | /public/maintenance/inspection-items | Post Maintenance Inspection Items | body (body) | | maintenance | POST | /public/maintenance/labor-rules | Post Maintenance Labor Rules | body (body) | | maintenance | POST | /public/maintenance/maintenance-activity | Post Maintenance Maintenance Activity | body (body) | | maintenance | POST | /public/maintenance/materials-services | Post Maintenance Materials Services | body (body) | | maintenance | POST | /public/maintenance/modalities | Post Maintenance Modalities | body (body) | | maintenance | POST | /public/maintenance/preventive-services | Post Maintenance Preventive Services | body (body) | | maintenance | POST | /public/maintenance/priority | Post Maintenance Priority | body (body) | | maintenance | POST | /public/maintenance/service-order | Post Maintenance Service Order | body (body) | | maintenance | POST | /public/maintenance/service-order-item | Post Maintenance Service Order Item | body (body) | | maintenance | POST | /public/maintenance/service-order-type | Post Maintenance Service Order Type | body (body) | | maintenance | POST | /public/maintenance/status | Post Maintenance Status | body (body) | | maintenance | PUT | /public/maintenance/inspection-items/{id_route}/{id} | Put Maintenance Inspection Items By Id By Id | body (body), id_route (path), id (path) | | maintenance | PUT | /public/maintenance/inspection/{id} | Put Maintenance Inspection By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/labor-rules/{id} | Put Maintenance Labor Rules By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/maintenance-activity/{id} | Put Maintenance Maintenance Activity By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/materials-services/{id} | Put Maintenance Materials Services By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/modalities/{id} | Put Maintenance Modalities By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/preventive-services/{id} | Put Maintenance Preventive Services By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/priority/{id} | Put Maintenance Priority By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/service-order-type/{id} | Put Maintenance Service Order Type By Id | body (body), id (path) | | maintenance | PUT | /public/maintenance/status/{id} | Put Maintenance Status By Id | body (body), id (path) | | manufacture | DELETE | /public/manufacture/check-item/{id} | Delete Manufacture Check Item By Id | id (path) | | manufacture | DELETE | /public/manufacture/check-list-item/{id} | Delete Manufacture Check List Item By Id | body (body), id (path) | | manufacture | DELETE | /public/manufacture/check-list/{id} | Delete Manufacture Check List By Id | id (path) | | manufacture | DELETE | /public/manufacture/defect-group/{id} | Delete Manufacture Defect Group By Id | id (path) | | manufacture | DELETE | /public/manufacture/defect-item/{id} | Delete Manufacture Defect Item By Id | id (path) | | manufacture | DELETE | /public/manufacture/destination-production-order/{id} | Delete Manufacture Destination Production Order By Id | id (path) | | manufacture | DELETE | /public/manufacture/destination-step-element/{id_dest_step}/{id_element} | Delete Manufacture Destination Step Element By Id By Id | id_dest_step (path), id_element (path) | | manufacture | DELETE | /public/manufacture/destination-step-item-note-motive/{id_dest_step_item_note}/{id_motive} | Delete Manufacture Destination Step Item Note Motive By Id By Id | id_dest_step_item_note (path), id_motive (path) | | manufacture | DELETE | /public/manufacture/destination-step-item-note/{id} | Delete Manufacture Destination Step Item Note By Id | id (path) | | manufacture | DELETE | /public/manufacture/junk-motive-group/{id} | Delete Manufacture Junk Motive Group By Id | id (path) | | manufacture | DELETE | /public/manufacture/junk-motive/{id} | Delete Manufacture Junk Motive By Id | id (path) | | manufacture | DELETE | /public/manufacture/product/{id} | Delete Manufacture Product By Id | id (path) | | manufacture | DELETE | /public/manufacture/receipt-inspections/{receipt_inspection_id} | Delete Manufacture Receipt Inspections By Id | receipt_inspection_id (path) | | manufacture | DELETE | /public/manufacture/source-production-order/{id} | Delete Manufacture Source Production Order By Id | id (path) | | manufacture | DELETE | /public/manufacture/source-step-element/{id_src_step}/{id_element} | Delete Manufacture Source Step Element By Id By Id | id_src_step (path), id_element (path) | | manufacture | DELETE | /public/manufacture/status-group/{id} | Delete Manufacture Status Group By Id | id (path) | | manufacture | DELETE | /public/manufacture/substatuses/{id} | Delete Manufacture Substatuses By Id | id (path) | | manufacture | DELETE | /public/manufacture/unit-measurement/{id} | Delete Manufacture Unit Measurement By Id | id (path) | | manufacture | DELETE | /public/manufacture/variation/{id} | Delete Manufacture Variation By Id | id (path) | | manufacture | GET | /public/manufacture/check-item | Get Manufacture Check Item | - | | manufacture | GET | /public/manufacture/check-list | Get Manufacture Check List | - | | manufacture | GET | /public/manufacture/check-list-item | Get Manufacture Check List Item | - | | manufacture | GET | /public/manufacture/defect-group | Get Manufacture Defect Group | - | | manufacture | GET | /public/manufacture/defect-group/{id} | Get Manufacture Defect Group By Id | id (path) | | manufacture | GET | /public/manufacture/destination-production-order | Get Manufacture Destination Production Order | start_time (query), end_time (query) | | manufacture | GET | /public/manufacture/destination-production-order/{id} | Get Manufacture Destination Production Order By Id | id (path) | | manufacture | GET | /public/manufacture/destination-production-order/{id}/simple | Get Manufacture Destination Production Order By Id Simple | id (path) | | manufacture | GET | /public/manufacture/destination-step-element/{id_dest_step}/{id_element} | Get Manufacture Destination Step Element By Id By Id | id_dest_step (path), id_element (path) | | manufacture | GET | /public/manufacture/destination-step-item-note | Get Manufacture Destination Step Item Note | start_time (query), end_time (query), id_dest_step_item (query), id_dest_step (query), id_dest_order (query), id_product (query), id_elemento (query), id_user (query), id_user_reverted (query) | | manufacture | GET | /public/manufacture/destination-step-item-note-motive | Get Manufacture Destination Step Item Note Motive | id_dest_step_item_note (query), id_product (query), id_element (query), id_product_stock (query), id_user (query), action (query) | | manufacture | GET | /public/manufacture/destination-step-item-note-motive/{id_dest_step_item_note}/{id_motive} | Get Manufacture Destination Step Item Note Motive By Id By Id | id_dest_step_item_note (path), id_motive (path) | | manufacture | GET | /public/manufacture/destination-step-item-note/{id} | Get Manufacture Destination Step Item Note By Id | id (path) | | manufacture | GET | /public/manufacture/destination-step-item/{id} | Get Manufacture Destination Step Item By Id | id (path) | | manufacture | GET | /public/manufacture/destination-step/{id_dest_step}/movfr | Get Manufacture Destination Step By Id Movfr | id_dest_step (path) | | manufacture | GET | /public/manufacture/junk-motive | Get Manufacture Junk Motive | id_motive_group (query), motive_code (query), description (query), color (query), active (query) | | manufacture | GET | /public/manufacture/junk-motive-group | Get Manufacture Junk Motive Group | motive_group_code (query), description (query), color (query), active (query) | | manufacture | GET | /public/manufacture/junk-report | Get Manufacture Junk Report | start_time (query), end_time (query), elements (query), products (query), data_to_show (query) | | manufacture | GET | /public/manufacture/product | Get Manufacture Product | product_code (query), description (query), id_unit_measurement (query), id_tag (query) | | manufacture | GET | /public/manufacture/product-stock/{id} | Get Manufacture Product Stock By Id | id (path) | | manufacture | GET | /public/manufacture/product/{id_product}/is_linked | Get Manufacture Product By Id Is Linked | id_product (path) | | manufacture | GET | /public/manufacture/product/{id} | Get Manufacture Product By Id | id (path) | | manufacture | GET | /public/manufacture/product/{id}/available-stock | Get Manufacture Product By Id Available Stock | id (path) | | manufacture | GET | /public/manufacture/product/{id}/stock | Get Manufacture Product By Id Stock | id (path) | | manufacture | GET | /public/manufacture/production/{serial} | Get Manufacture Production By Id | body (body), serial (path) | | manufacture | GET | /public/manufacture/receipt-inspections | Get Manufacture Receipt Inspections | page (query), per_page (query), sort (query), filters (query), show_deleted (query), period_start (query), period_end (query), creation_start (query), creation_end (query), search (query) | | manufacture | GET | /public/manufacture/receipt-inspections/{receipt_inspection_id} | Get Manufacture Receipt Inspections By Id | receipt_inspection_id (path) | | manufacture | GET | /public/manufacture/source-production-order | Get Manufacture Source Production Order | load_related (header), order_code (query), description (query) | | manufacture | GET | /public/manufacture/source-production-order/{id} | Get Manufacture Source Production Order By Id | id (path) | | manufacture | GET | /public/manufacture/source-step-element/{id_src_step}/{id_element} | Get Manufacture Source Step Element By Id By Id | id_src_step (path), id_element (path) | | manufacture | GET | /public/manufacture/source-step/{id} | Get Manufacture Source Step By Id | id (path) | | manufacture | GET | /public/manufacture/status-group | Get Manufacture Status Group | - | | manufacture | GET | /public/manufacture/status-group/{id} | Get Manufacture Status Group By Id | id (path) | | manufacture | GET | /public/manufacture/substatuses | Get Manufacture Substatuses | page (query), per_page (query), sort (query), filters (query), show_deleted (query) | | manufacture | GET | /public/manufacture/substatuses/{id} | Get Manufacture Substatuses By Id | id (path) | | manufacture | GET | /public/manufacture/unit-measurement | Get Manufacture Unit Measurement | - | | manufacture | GET | /public/manufacture/variation | Get Manufacture Variation | - | | manufacture | GET | /public/manufacture/variation/{id} | Get Manufacture Variation By Id | id (path) | | manufacture | POST | /public/manufacture/check-item | Post Manufacture Check Item | body (body) | | manufacture | POST | /public/manufacture/check-list | Post Manufacture Check List | body (body) | | manufacture | POST | /public/manufacture/check-list-item | Post Manufacture Check List Item | body (body) | | manufacture | POST | /public/manufacture/defect-group | Post Manufacture Defect Group | body (body) | | manufacture | POST | /public/manufacture/defect-item | Post Manufacture Defect Item | body (body) | | manufacture | POST | /public/manufacture/destination-production-order | Post Manufacture Destination Production Order | body (body) | | manufacture | POST | /public/manufacture/destination-production-order-status/{id_dest_order}/avoid_checklist | Post Manufacture Destination Production Order Status By Id Avoid Checklist | body (body), id_dest_order (path) | | manufacture | POST | /public/manufacture/destination-production-order-status/{id_dest_order}/cancel | Post Manufacture Destination Production Order Status By Id Cancel | body (body), id_dest_order (path) | | manufacture | POST | /public/manufacture/destination-production-order-status/{id_dest_order}/in-completion | Post Manufacture Destination Production Order Status By Id In Completion | body (body), id_dest_order (path) | | manufacture | POST | /public/manufacture/destination-production-order-status/{id_dest_order}/reopen | Post Manufacture Destination Production Order Status By Id Reopen | body (body), id_dest_order (path) | | manufacture | POST | /public/manufacture/destination-production-order-status/{id_dest_order}/start | Post Manufacture Destination Production Order Status By Id Start | body (body), id_dest_order (path) | | manufacture | POST | /public/manufacture/destination-production-order/{id_dest_order}/substatus | Post Manufacture Destination Production Order By Id Substatus | body (body), id_dest_order (path) | | manufacture | POST | /public/manufacture/destination-step-element | Post Manufacture Destination Step Element | body (body) | | manufacture | POST | /public/manufacture/destination-step-item | Post Manufacture Destination Step Item | body (body) | | manufacture | POST | /public/manufacture/destination-step-item-defect | Post Manufacture Destination Step Item Defect | body (body) | | manufacture | POST | /public/manufacture/destination-step-item-lot | Post Manufacture Destination Step Item Lot | body (body) | | manufacture | POST | /public/manufacture/destination-step-item-note | Post Manufacture Destination Step Item Note | body (body) | | manufacture | POST | /public/manufacture/destination-step-item-note-motive | Post Manufacture Destination Step Item Note Motive | body (body) | | manufacture | POST | /public/manufacture/junk-motive | Post Manufacture Junk Motive | body (body) | | manufacture | POST | /public/manufacture/junk-motive-group | Post Manufacture Junk Motive Group | body (body) | | manufacture | POST | /public/manufacture/product | Post Manufacture Product | body (body) | | manufacture | POST | /public/manufacture/product_stock_movement | Post Manufacture Product Stock Movement | body (body) | | manufacture | POST | /public/manufacture/product-stock | Post Manufacture Product Stock | body (body) | | manufacture | POST | /public/manufacture/production | Post Manufacture Production | body (body) | | manufacture | POST | /public/manufacture/receipt-inspections | Post Manufacture Receipt Inspections | body (body) | | manufacture | POST | /public/manufacture/source-production-order | Post Manufacture Source Production Order | body (body) | | manufacture | POST | /public/manufacture/source-production-order-revision | Post Manufacture Source Production Order Revision | body (body) | | manufacture | POST | /public/manufacture/source-step-element | Post Manufacture Source Step Element | body (body) | | manufacture | POST | /public/manufacture/status-group | Post Manufacture Status Group | body (body) | | manufacture | POST | /public/manufacture/step-production | Post Manufacture Step Production | body (body) | | manufacture | POST | /public/manufacture/step-production-defect | Post Manufacture Step Production Defect | body (body) | | manufacture | POST | /public/manufacture/step-production-fields | Post Manufacture Step Production Fields | body (body) | | manufacture | POST | /public/manufacture/step-production-item | Post Manufacture Step Production Item | body (body) | | manufacture | POST | /public/manufacture/step-production-item-lot | Post Manufacture Step Production Item Lot | body (body) | | manufacture | POST | /public/manufacture/substatuses | Post Manufacture Substatuses | body (body) | | manufacture | POST | /public/manufacture/unit-measurement | Post Manufacture Unit Measurement | body (body) | | manufacture | POST | /public/manufacture/variation | Post Manufacture Variation | body (body) | | manufacture | PUT | /public/manufacture/check-item/{id} | Put Manufacture Check Item By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/check-list-item/{id} | Put Manufacture Check List Item By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/check-list/{id} | Put Manufacture Check List By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/defect-group/{id} | Put Manufacture Defect Group By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/defect-item/{id} | Put Manufacture Defect Item By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/destination-product/{id} | Put Manufacture Destination Product By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/destination-production-order/{id} | Put Manufacture Destination Production Order By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/destination-step-element/{id_dest_step}/{id_element} | Put Manufacture Destination Step Element By Id By Id | body (body), id_dest_step (path), id_element (path) | | manufacture | PUT | /public/manufacture/destination-step-item-lot/{id} | Put Manufacture Destination Step Item Lot By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/destination-step-item-note-motive/{id_dest_step_item_note}/{id_motive} | Put Manufacture Destination Step Item Note Motive By Id By Id | body (body), id_dest_step_item_note (path), id_motive (path) | | manufacture | PUT | /public/manufacture/destination-step-item-note/{id} | Put Manufacture Destination Step Item Note By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/destination-step-item/{id} | Put Manufacture Destination Step Item By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/destination-step/{id} | Put Manufacture Destination Step By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/junk-motive-group/{id} | Put Manufacture Junk Motive Group By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/junk-motive/{id} | Put Manufacture Junk Motive By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/product-stock/{id} | Put Manufacture Product Stock By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/product/{id} | Put Manufacture Product By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/production/{id} | Put Manufacture Production By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/source-production-order/{id} | Put Manufacture Source Production Order By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/source-step-element/{id_src_step}/{id_element} | Put Manufacture Source Step Element By Id By Id | body (body), id_src_step (path), id_element (path) | | manufacture | PUT | /public/manufacture/status-group/{id} | Put Manufacture Status Group By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/substatuses/{id} | Put Manufacture Substatuses By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/unit-measurement/{id} | Put Manufacture Unit Measurement By Id | body (body), id (path) | | manufacture | PUT | /public/manufacture/variation/{id} | Put Manufacture Variation By Id | body (body), id (path) | | miscellaneous | GET | /public/miscellaneous/healthcheck | Get Miscellaneous Healthcheck | - | | miscellaneous | POST | /public/miscellaneous/test-connection | Post Miscellaneous Test Connection | - | | operational security | DELETE | /public/operational_security/frequency/{id} | Delete Operational Security Frequency By Id | id (path) | | operational security | DELETE | /public/operational_security/impairment_rule/{id} | Delete Operational Security Impairment Rule By Id | id (path) | | operational security | DELETE | /public/operational_security/instrument/{id} | Delete Operational Security Instrument By Id | id (path) | | operational security | DELETE | /public/operational_security/interlock/{id} | Delete Operational Security Interlock By Id | id (path) | | operational security | DELETE | /public/operational_security/mitigation_measures/{id} | Delete Operational Security Mitigation Measures By Id | id (path) | | operational security | DELETE | /public/operational_security/prefix/{id} | Delete Operational Security Prefix By Id | id (path) | | operational security | DELETE | /public/operational_security/risk/{id} | Delete Operational Security Risk By Id | id (path) | | operational security | DELETE | /public/operational_security/severity/{id} | Delete Operational Security Severity By Id | id (path) | | operational security | GET | /public/operational_security/frequency | Get Operational Security Frequency | - | | operational security | GET | /public/operational_security/frequency/{id} | Get Operational Security Frequency By Id | id (path) | | operational security | GET | /public/operational_security/impairment_rule | Get Operational Security Impairment Rule | - | | operational security | GET | /public/operational_security/impairment_rule/{id} | Get Operational Security Impairment Rule By Id | id (path) | | operational security | GET | /public/operational_security/instrument | Get Operational Security Instrument | - | | operational security | GET | /public/operational_security/instrument/{id} | Get Operational Security Instrument By Id | id (path) | | operational security | GET | /public/operational_security/interlock | Get Operational Security Interlock | - | | operational security | GET | /public/operational_security/interlock/{id} | Get Operational Security Interlock By Id | id (path) | | operational security | GET | /public/operational_security/mitigation_measures | Get Operational Security Mitigation Measures | - | | operational security | GET | /public/operational_security/mitigation_measures/{id} | Get Operational Security Mitigation Measures By Id | id (path) | | operational security | GET | /public/operational_security/prefix | Get Operational Security Prefix | - | | operational security | GET | /public/operational_security/prefix/{id} | Get Operational Security Prefix By Id | id (path) | | operational security | GET | /public/operational_security/risk | Get Operational Security Risk | - | | operational security | GET | /public/operational_security/risk/{id} | Get Operational Security Risk By Id | id (path) | | operational security | GET | /public/operational_security/severity | Get Operational Security Severity | - | | operational security | GET | /public/operational_security/severity/{id} | Get Operational Security Severity By Id | id (path) | | operational security | POST | /public/operational_security/frequency | Post Operational Security Frequency | body (body) | | operational security | POST | /public/operational_security/impairment_rule | Post Operational Security Impairment Rule | body (body) | | operational security | POST | /public/operational_security/instrument | Post Operational Security Instrument | body (body) | | operational security | POST | /public/operational_security/interlock | Post Operational Security Interlock | body (body) | | operational security | POST | /public/operational_security/mitigation_measures | Post Operational Security Mitigation Measures | body (body) | | operational security | POST | /public/operational_security/prefix | Post Operational Security Prefix | body (body) | | operational security | POST | /public/operational_security/risk | Post Operational Security Risk | body (body) | | operational security | POST | /public/operational_security/severity | Post Operational Security Severity | body (body) | | operational security | PUT | /public/operational_security/frequency/{id} | Put Operational Security Frequency By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/impairment_rule/{id} | Put Operational Security Impairment Rule By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/instrument/{id} | Put Operational Security Instrument By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/interlock/{id} | Put Operational Security Interlock By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/mitigation_measures/{id} | Put Operational Security Mitigation Measures By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/prefix/{id} | Put Operational Security Prefix By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/risk/{id} | Put Operational Security Risk By Id | body (body), id (path) | | operational security | PUT | /public/operational_security/severity/{id} | Put Operational Security Severity By Id | body (body), id (path) | | rootCause | GET | /public/root_cause/effects | Get Root Cause Effects | page (query), per_page (query), sort (query), filters (query) | | rootCause | GET | /public/root_cause/effects/{id} | Get Root Cause Effects By Id | id (path) | | spc | GET | /public/spc/spc_tags | Get Spc Spc Tags | page (query), per_page (query), filters (query), sort (query) | | spc | GET | /public/spc/spc_tags/{tag_id}/points | Get Spc Spc Tags By Id Points | start_time (query), end_time (query), group_by (query), status (query), tag_id (path) | | structure | DELETE | /public/structure/element/{id} | Delete Structure Element By Id | id (path) | | structure | DELETE | /public/structure/global-variables-item/{id} | Delete Structure Global Variables Item By Id | id (path) | | structure | GET | /public/structure/date | Get Structure Date | - | | structure | GET | /public/structure/element | Get Structure Element | id_elemento_sup (query), ele_tipo (query) | | structure | GET | /public/structure/global-variables | Get Structure Global Variables | - | | structure | POST | /public/structure/date | Post Structure Date | body (body) | | structure | POST | /public/structure/element | Post Structure Element | body (body) | | structure | POST | /public/structure/global-variables-item | Post Structure Global Variables Item | body (body) | | structure | PUT | /public/structure/date/{id} | Put Structure Date By Id | body (body), id (path) | | structure | PUT | /public/structure/element/{id} | Put Structure Element By Id | body (body), id (path) | | structure | PUT | /public/structure/global-variables-item/{id} | Put Structure Global Variables Item By Id | body (body), id (path) | | tag | DELETE | /public/tag/operating-range-tag/{operating_range_id}/{operating_range_tag_id} | Delete Tag Operating Range Tag By Id By Id | operating_range_id (path), operating_range_tag_id (path) | | tag | DELETE | /public/tag/operating-range-validity/{operating_range_id}/{operating_range_validity_id} | Delete Tag Operating Range Validity By Id By Id | operating_range_id (path), operating_range_validity_id (path) | | tag | DELETE | /public/tag/operating-range/{operating_range_id} | Delete Tag Operating Range By Id | operating_range_id (path) | | tag | DELETE | /public/tag/tag/{id} | Delete Tag Tag By Id | id (path) | | tag | GET | /public/tag/operating-range | Get Tag Operating Range | return_relationship (query) | | tag | GET | /public/tag/operating-range-tag/{operating_range_id} | Get Tag Operating Range Tag By Id | operating_range_id (path) | | tag | GET | /public/tag/operating-range-tag/{operating_range_id}/{operating_range_tag_id} | Get Tag Operating Range Tag By Id By Id | operating_range_id (path), operating_range_tag_id (path) | | tag | GET | /public/tag/operating-range-validity/{operating_range_id} | Get Tag Operating Range Validity By Id | operating_range_id (path) | | tag | GET | /public/tag/operating-range-validity/{operating_range_id}/{operating_range_validity_id} | Get Tag Operating Range Validity By Id By Id | operating_range_id (path), operating_range_validity_id (path) | | tag | GET | /public/tag/operating-range/{operating_range_id} | Get Tag Operating Range By Id | operating_range_id (path) | | tag | GET | /public/tag/tag | Get Tag Tag | tag_codigo (query), id_tag (query), tag_tipoinput (query) | | tag | GET | /public/tag/tag/{id_tag}/operating-range | Get Tag Tag By Id Operating Range | id_tag (path) | | tag | GET | /public/user/profile | Get User Profile | body (body), id_elemento (query) | | tag | GET | /public/user/user | Get User User | usu_login (query), usu_nome (query), usu_tipo (query), usu_ativo (query), usu_email (query) | | tag | GET | /public/user/user-group | Get User User Group | - | | tag | POST | /public/tag/operating-range | Post Tag Operating Range | body (body) | | tag | POST | /public/tag/operating-range-tag/{operating_range_id} | Post Tag Operating Range Tag By Id | body (body), operating_range_id (path) | | tag | POST | /public/tag/operating-range-validity/{operating_range_id} | Post Tag Operating Range Validity By Id | body (body), operating_range_id (path) | | tag | POST | /public/tag/tag | Post Tag Tag | body (body) | | tag | POST | /public/user/unit-user | Post User Unit User | body (body) | | tag | POST | /public/user/user | Post User User | body (body) | | tag | POST | /public/user/user-profile | Post User User Profile | body (body) | | tag | PUT | /public/tag/operating-range-tag/{operating_range_id}/{operating_range_tag_id} | Put Tag Operating Range Tag By Id By Id | body (body), operating_range_id (path), operating_range_tag_id (path) | | tag | PUT | /public/tag/operating-range-validity/{operating_range_id}/{operating_range_validity_id} | Put Tag Operating Range Validity By Id By Id | body (body), operating_range_id (path), operating_range_validity_id (path) | | tag | PUT | /public/tag/operating-range/{operating_range_id} | Put Tag Operating Range By Id | operating_range_id (path) | | tag | PUT | /public/tag/tag/{id} | Put Tag Tag By Id | body (body), id (path) | | tag | PUT | /public/user/user-group/{id} | Put User User Group By Id | body (body), id (path) | | tag | PUT | /public/user/user/{id} | Put User User By Id | body (body), id (path) | | ticket | DELETE | /public/ticket/ticket/{id} | Delete Ticket Ticket By Id | id (path) | | ticket | GET | /public/ticket/ticket | Get Ticket Ticket | - | | ticket | GET | /public/ticket/ticket/{id} | Get Ticket Ticket By Id | id (path) | | ticket | POST | /public/ticket/ticket | Post Ticket Ticket | body (body) | | ticket | PUT | /public/ticket/ticket/{id} | Put Ticket Ticket By Id | body (body), id (path) | | ticketAnalysis | DELETE | /public/ticket/analysis/{ticket_configuration_id} | Delete Ticket Analysis By Id | ticket_configuration_id (path) | | ticketAnalysis | GET | /public/ticket/analysis | Get Ticket Analysis | - | | ticketAnalysis | GET | /public/ticket/analysis/{ticket_configuration_id} | Get Ticket Analysis By Id | ticket_configuration_id (path) | | ticketAnalysis | POST | /public/ticket/analysis | Post Ticket Analysis | - | | ticketAnalysis | PUT | /public/ticket/analysis/{ticket_configuration_id} | Put Ticket Analysis By Id | ticket_configuration_id (path) | | ticketConfiguration | DELETE | /public/ticket/configuration | Delete Ticket Configuration | - | | ticketConfiguration | GET | /public/ticket/configuration | Get Ticket Configuration | - | | ticketConfiguration | POST | /public/ticket/configuration | Post Ticket Configuration | - | | ticketConfiguration | PUT | /public/ticket/configuration | Put Ticket Configuration | - | | ticketHilo | DELETE | /public/ticket/hilo/{id_ticket}/{id_hilo} | Delete Ticket Hilo By Id By Id | id_ticket (path), id_hilo (path) | | ticketHilo | GET | /public/ticket/hilo | Get Ticket Hilo | - | | ticketHilo | GET | /public/ticket/hilo/{id_ticket} | Get Ticket Hilo By Id | id_ticket (path) | | ticketHilo | GET | /public/ticket/hilo/{id_ticket}/{id_hilo} | Get Ticket Hilo By Id By Id | id_ticket (path), id_hilo (path) | | ticketHilo | POST | /public/ticket/hilo/{id_ticket} | Post Ticket Hilo By Id | body (body), id_ticket (path) | | ticketHilo | PUT | /public/ticket/hilo/{id_ticket}/{id_hilo} | Put Ticket Hilo By Id By Id | body (body), id_ticket (path), id_hilo (path) |