Criar medidores

Essa API cria medidores no Fracttal.

Parámetros do body

Tipo

Parámetro

Obrigatório

Descrição

Texto

description

SI

Descrição do medidor

Texto

item_code

SI

Código do ativo do medidor

Texto

unit_code

SI

Código da unidade do medidor

Texto

serial

No

Serial do medidor

Texto

is_counter

No

Valor que te indica se o medidor é de tipo contador

Texto

serial_parent_meter

No

Serial do medidor pai

Texto

last_reading

No

Valor atual do medidor (última leitura). Aplica para quando o medidor é contador

Date

date_reading

No

Data da última leitura.
Formato: ‘YYYY-MM-DDTHH:MM:SS-UTC’ Exemplo:’2023-07-12T20:00:00-03′.
Aplica para quando o medidor é contador

Texto

monthly_average_data

No

Valor m[edio mensal.
Aplica para quando o medidor é contador

Booleano

monthly_average_auto

No

Valor médio automático.
Aplica para quando o medidor é contador

Parámetros de salida

Tipo

Parámetro

Decrição

Texto

id

Id do medidor

Texto

code

Código do ativo

Texto

description

Descrição do Medidor

Texto

serial

Serial do medidor

Texto

is_counter

Valor que te indica se é medidor ou de tipo contador

Texto

counter_offset_value

Valor Acumulado

Texto

counter_value

Valor atual do medidor

Texto

last_data

Informação da última leitura agregada ao medidor:
-"date": fecha,
-"value": valor,
-"accumulated_value": valor acumulado

Texto

monthly_average_data

Valor médio mensal

Texto

units_description

Descrição da unidade do medidor

Texto

units_code

Código da Unidade do medidor

Texto

items_description

Descrição do ativo no qual pertence o medidor

Texto

parent_description

localização no qual pertence o ativo

Booleano

monthly_average_auto

Valor que indica se a média mensal será calculado pelo sistema e ingressara manualmente o usuário

Número

min_value

Valor mínimo del medidor

Número

max_value

Valor máximo do medidor

Exemplo:

Petição: (POST)https://app.fracttal.com/api/meters

{
    "Descrição":"Medidor por API",
    "item_code":"EQM028",
    "unit_code":"UND",
    "serial":"API",
    "is_counter":true,
    "last_reading":50,
    "date_reading":"2023-01-12T20:00:00-03",
    "monthly_average_auto":true
}
{
    "success": true,
    "message": "200",
    "data": {
        "id": 352871,
        "code": "EQM028",
        "value": "50",
        "id_hub": null,
        "serial": "API",
        "id_item": 145,
        "id_unit": 1,
        "id_group": null,
        "last_data": {
            "date": "2023-01-12T23:00:00+00:00",
            "value": 50,
            "accumulated_value": 50
        },
        "max_value": null,
        "min_value": null,
        "id_company": 69,
        "id_group_1": null,
        "id_group_2": null,
        "is_counter": true,
        "slot_index": null,
        "units_code": "UND",
        "description": "Medidor por API",
        "id_priority": null,
        "id_hub_model": null,
        "id_type_item": 2,
        "id_unit_type": 2,
        "channel_index": null,
        "counter_value": 50,
        "id_meter_type": 1,
        "id_cost_center": null,
        "id_parent_meter": null,
        "item_id_priority": null,
        "path_description": "// REFRIGERADOR DE VACUNAS/ ",
        "items_description": "REFRIGERADOR DE VACUNAS SAMSUNG C13 D 001827 02 RACKS 750X580X390 { EQM028 }",
        "units_description": "Unidad",
        "parent_description": "// ",
        "counter_offset_value": 0,
        "monthly_average_auto": true,
        "monthly_average_data": null,
        "parent_meter_description": " {}"
    },
    "total": 1
}
Language
Click Try It! to start a request and see the response here!
Formato: ‘YYYY-MM-DDTHH:MM:SS-UTC’ Exemplo:’2023-07-12T20:00:00-03′.
\nAplica para quando o medidor é contador

Texto

monthly_average_data

No

Valor m[edio mensal.
\nAplica para quando o medidor é contador

Booleano

monthly_average_auto

No

Valor médio automático.
\nAplica para quando o medidor é contador

\n

Parámetros de salida

\n

Tipo

Parámetro

Decrição

Texto

id

Id do medidor

Texto

code

Código do ativo

Texto

description

Descrição do Medidor

Texto

serial

Serial do medidor

Texto

is_counter

Valor que te indica se é medidor ou de tipo contador

Texto

counter_offset_value

Valor Acumulado

Texto

counter_value

Valor atual do medidor

Texto

last_data

Informação da última leitura agregada ao medidor:
\n-"date": fecha,
\n-"value": valor,
\n-"accumulated_value": valor acumulado

Texto

monthly_average_data

Valor médio mensal

Texto

units_description

Descrição da unidade do medidor

Texto

units_code

Código da Unidade do medidor

Texto

items_description

Descrição do ativo no qual pertence o medidor

Texto

parent_description

localização no qual pertence o ativo

Booleano

monthly_average_auto

Valor que indica se a média mensal será calculado pelo sistema e ingressara manualmente o usuário

Número

min_value

Valor mínimo del medidor

Número

max_value

Valor máximo do medidor

\n

Exemplo:

\n

Petição: (POST)https://app.fracttal.com/api/meters

\n
{\n    "Descrição":"Medidor por API",\n    "item_code":"EQM028",\n    "unit_code":"UND",\n    "serial":"API",\n    "is_counter":true,\n    "last_reading":50,\n    "date_reading":"2023-01-12T20:00:00-03",\n    "monthly_average_auto":true\n}
{\n    "success": true,\n    "message": "200",\n    "data": {\n        "id": 352871,\n        "code": "EQM028",\n        "value": "50",\n        "id_hub": null,\n        "serial": "API",\n        "id_item": 145,\n        "id_unit": 1,\n        "id_group": null,\n        "last_data": {\n            "date": "2023-01-12T23:00:00+00:00",\n            "value": 50,\n            "accumulated_value": 50\n        },\n        "max_value": null,\n        "min_value": null,\n        "id_company": 69,\n        "id_group_1": null,\n        "id_group_2": null,\n        "is_counter": true,\n        "slot_index": null,\n        "units_code": "UND",\n        "description": "Medidor por API",\n        "id_priority": null,\n        "id_hub_model": null,\n        "id_type_item": 2,\n        "id_unit_type": 2,\n        "channel_index": null,\n        "counter_value": 50,\n        "id_meter_type": 1,\n        "id_cost_center": null,\n        "id_parent_meter": null,\n        "item_id_priority": null,\n        "path_description": "// REFRIGERADOR DE VACUNAS/ ",\n        "items_description": "REFRIGERADOR DE VACUNAS SAMSUNG C13 D 001827 02 RACKS 750X580X390 { EQM028 }",\n        "units_description": "Unidad",\n        "parent_description": "// ",\n        "counter_offset_value": 0,\n        "monthly_average_auto": true,\n        "monthly_average_data": null,\n        "parent_meter_description": " {}"\n    },\n    "total": 1\n}
\n
\n\n\n\n\n\n
","css":"/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer utilities;\n"},"mdx":true,"opts":{"alwaysThrow":false,"compatibilityMode":false,"copyButtons":true,"correctnewlines":false,"markdownOptions":{"fences":true,"commonmark":true,"gfm":true,"ruleSpaces":false,"listItemIndent":"1","spacedTable":true,"paddedTable":true},"lazyImages":true,"normalize":true,"safeMode":false,"settings":{"position":false},"theme":"light","customBlocks":{},"resourceID":"/branches/3-pt/reference/criar-medidores","resourceType":"page","components":{},"baseUrl":"/v3-pt","terms":[{"_id":"6257091bd5296800449927ed","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"server","_id":"6619367dc9ad00000f5bf205","name":"id","default":"id","apiSetting":"6619365b142fe100435a4aa8","type":""}]}},"terms":[{"_id":"6257091bd5296800449927ed","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"server","_id":"6619367dc9ad00000f5bf205","name":"id","default":"id","apiSetting":"6619365b142fe100435a4aa8","type":""}]}},"sidebar":[{"pages":[],"title":"ReadMeConfig","uri":"/branches/3-pt/categories/reference/ReadMeConfig"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"introducao-as-fracttal-apis","title":"Introdução às Fracttal API's","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/introducao-as-fracttal-apis","category":"/branches/3-pt/categories/reference/Geral","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"codigos-de-resposta-dos-servicos-http","title":"Códigos de Resposta dos Serviços HTTP","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/codigos-de-resposta-dos-servicos-http","category":"/branches/3-pt/categories/reference/Geral","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"autenticação","title":"Autenticação","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"http-hawk","title":"HTTP Hawk","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/http-hawk","category":"/branches/3-pt/categories/reference/Geral","parent":"/branches/3-pt/reference/autenticação"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"oauth-20","title":"OAuth 2.0","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/oauth-20","category":"/branches/3-pt/categories/reference/Geral","parent":"/branches/3-pt/reference/autenticação"}],"uri":"/branches/3-pt/reference/autenticação","category":"/branches/3-pt/categories/reference/Geral","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"limites-de-requests","title":"Limites de Requests","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/limites-de-requests","category":"/branches/3-pt/categories/reference/Geral","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"conexão-com-o-google-sheet","title":"Conexão com o Google Sheet","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/conexão-com-o-google-sheet","category":"/branches/3-pt/categories/reference/Geral","parent":null}],"title":"Geral","uri":"/branches/3-pt/categories/reference/Geral"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"companhia","title":"Companhia","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"get-consultar-contas-de-usuarios","title":"Consultar contas de usuários","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/get-consultar-contas-de-usuarios","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-contas-de-usuarios","title":"Valor Hora Ordinária","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-contas-de-usuarios","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-centros-de-custo","title":"Consultar Centros de Custo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-centros-de-custo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-log-de-transacoes","title":"Consultar log de transações","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-log-de-transacoes","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-log-de-transacoes-1","title":"Criar Valor Hora Ordinária","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-log-de-transacoes-1","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-centros-de-custo","title":"Criar centros de custo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-centros-de-custo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-contas-de-usuario","title":"Criar contas de usuário","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-contas-de-usuario","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-o-valor-da-hora-ordinaria","title":"Atualizar o valor da hora ordinária","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-o-valor-da-hora-ordinaria","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-centros-de-custo","title":"Atualizar centros de custo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-centros-de-custo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-contas-de-usuario","title":"Atualizar contas de usuário","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-contas-de-usuario","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-um-servico","title":"Criar um serviço","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-um-servico","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/companhia"}],"uri":"/branches/3-pt/reference/companhia","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"activos","title":"Ativos","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-um-ativo","title":"Consultar um Ativo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-um-ativo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-um-ativo-1","title":"Consultar a gestão de documentos de um ativo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-um-ativo-1","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-historico-dos-ativos-fora-de-servico","title":"Consultar histórico dos ativos fora de serviço","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-historico-dos-ativos-fora-de-servico","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-historico-de-localizacoes-dos-ativos","title":"Consultar histórico de Localizações dos ativos","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-historico-de-localizacoes-dos-ativos","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-campos-personalizados","title":"Consultar campos personalizados","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-campos-personalizados","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-terceiros-relacionados-com-o-ativo","title":"Consultar Terceiros relacionados com o ativo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-terceiros-relacionados-com-o-ativo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-um-ativo","title":"Criar um Ativo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-um-ativo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-documentos-e-associa-los-a-um-ativo","title":"Criar documentos e associá-los a um ativo","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-documentos-e-associa-los-a-um-ativo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-um-ativo","title":"Atualizar um ativo","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/atualizar-um-ativo","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"associar-ativos-a-um-plano-de-tarefas","title":"Associar Ativos a um Plano de tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/associar-ativos-a-um-plano-de-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-valores-em-campos-personalizados-de-ativos","title":"Atualizar valores em campos personalizados de ativos","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-valores-em-campos-personalizados-de-ativos","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/activos"}],"uri":"/branches/3-pt/reference/activos","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"recursos-humanos","title":"Recursos humanos","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-recursos-humanos","title":"Consulta de recursos humanos","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-recursos-humanos","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/recursos-humanos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-a-gestao-de-documentos-de-recursos-humanos","title":"Consultar a gestão de documentos de recursos humanos","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-a-gestao-de-documentos-de-recursos-humanos","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/recursos-humanos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-um-recurso-humano","title":"Criar um recurso humano","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-um-recurso-humano","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/recursos-humanos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-documento-e-associa-los-a-um-recurso-humano","title":"Criar documento e associá-los a um recurso humano","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-documento-e-associa-los-a-um-recurso-humano","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/recursos-humanos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-um-recurso-humano","title":"Atualizar um recurso humano","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-um-recurso-humano","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/recursos-humanos"}],"uri":"/branches/3-pt/reference/recursos-humanos","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"consulta-de-terceiros","title":"Terceiros","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-terceiros-1","title":"Consulta de terceiros","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-terceiros-1","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consulta-de-terceiros"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-gestao-de-documentos-terceiros","title":"Consulta de gestão de Documentos terceiros","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-gestao-de-documentos-terceiros","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consulta-de-terceiros"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-contatos-de-terceiros","title":"Consultar contatos de terceiros","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-contatos-de-terceiros","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consulta-de-terceiros"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-um-terceiro","title":"Criar um terceiro","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-um-terceiro","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consulta-de-terceiros"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-um-servico-a-um-terceiro","title":"Criar um serviço a um terceiro","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-um-servico-a-um-terceiro","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consulta-de-terceiros"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-um-terceiro","title":"Atualizar um terceiro","type":"endpoint","updatedAt":"2025-06-09T12:56:12.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-um-terceiro","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consulta-de-terceiros"}],"uri":"/branches/3-pt/reference/consulta-de-terceiros","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"armazem","title":"Armazéns","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-os-armazens","title":"Consultar os armazéns","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-os-armazens","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-detalhes-dos-movimentos","title":"Consultar detalhes dos movimentos","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-detalhes-dos-movimentos","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-armazens","title":"Consulta de ordem de compra","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-armazens","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-uma-peca-de-reposicao-de-um-armazem","title":"Consultar uma peça de reposição de um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-uma-peca-de-reposicao-de-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-sobre-os-movimentos-de-entrada","title":"Consulta sobre os movimentos de entrada","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-sobre-os-movimentos-de-entrada","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-sobre-os-movimentos-de-saida","title":"Consulta movimentos de saída","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consulta-sobre-os-movimentos-de-saida","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-um-armazem","title":"Criar um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"associar-pecas-de-reposicao-a-um-armazem","title":"Associar peças de reposição a um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/associar-pecas-de-reposicao-a-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-ordens-de-compra","title":"Criar ordens de compra","type":"endpoint","updatedAt":"2025-06-09T12:46:24.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-ordens-de-compra","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-saida-de-estoque","title":"Criar uma saída de estoque","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-uma-saida-de-estoque","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-entrada-no-armazem","title":"Criar uma entrada no armazém","type":"endpoint","updatedAt":"2025-06-09T12:47:42.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-uma-entrada-no-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-peca-sobressalente-para-um-armazem","title":"Criar uma peça sobressalente para um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-uma-peca-sobressalente-para-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-peça-sobressalente-para-um-armazém-copy","title":"Criar um ativo e associá-lo a um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-uma-peça-sobressalente-para-um-armazém-copy","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-um-armazem","title":"Atualizar um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/atualizar-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-uma-peca-de-reposicao-em-um-armazem","title":"Ajuste de inventário","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-uma-peca-de-reposicao-em-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-uma-peça-de-reposição-em-um-armazém-copy","title":"Atualizar uma peça de reposição em um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-uma-peça-de-reposição-em-um-armazém-copy","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"excluir-um-item","title":"Excluir um item","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/excluir-um-item","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-os-estoques-associados-a-um-armazem","title":"Consultar os estoques associados a um armazém","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-os-estoques-associados-a-um-armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/armazem"}],"uri":"/branches/3-pt/reference/armazem","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"consultar-planos-de-tarefas","title":"Tarefas","type":"basic","updatedAt":"2025-06-05T22:25:55.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-planos-de-tarefas-1","title":"Consultar planos de tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-planos-de-tarefas-1","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-informacoes-detalhadas-de-planos-de-tarefas","title":"Consultar informações detalhadas de Planos de tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-informacoes-detalhadas-de-planos-de-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-tarefas-pendentes","title":"Consultar tarefas pendentes","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-tarefas-pendentes","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-os-ativadores-de-tarefas","title":"Consultar os ativadores de tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-os-ativadores-de-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-as-sub-tarefas-de-tarefas","title":"Consultar as sub-tarefas de tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-as-sub-tarefas-de-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-tarefas","title":"Consultar tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-recursos-do-tipo-inventarios-das-tarefas","title":"Consultar recursos do tipo inventários das tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-recursos-do-tipo-inventarios-das-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-recursos-do-tipo-de-servico-das-tarefas","title":"Consultar recursos do tipo de serviço das tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-recursos-do-tipo-de-servico-das-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-recursos-humanos-das-tarefas","title":"Consultar recursos humanos das tarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-recursos-humanos-das-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-iteracoes-das-tarefas","title":"Consultar iterações das tarefas","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-iteracoes-das-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"reprogramar-tareas-pendientes","title":"Reprogramar tarefas pendientes","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/reprogramar-tareas-pendientes","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-tarefa-pendente-a-partir-de-uma-solicitacao-de-trabalho","title":"Criar uma tarefa pendente a partir de uma solicitação de trabalho","type":"endpoint","updatedAt":"2025-06-09T12:48:05.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-uma-tarefa-pendente-a-partir-de-uma-solicitacao-de-trabalho","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-tarefa-nao-planejada","title":"Criar uma tarefa não planejada","type":"endpoint","updatedAt":"2025-06-09T12:56:41.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-uma-tarefa-nao-planejada","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-planos-de-tarefas"}],"uri":"/branches/3-pt/reference/consultar-planos-de-tarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"consultar-orcamento","title":"Consultar orçamento","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-orcamento","title":"Consulta orçamento","type":"endpoint","updatedAt":"2025-06-09T13:00:48.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-orcamento","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-orcamento"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"aprovar-cancelar-orcamento","title":"Aprovar/cancelar orçamento","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/aprovar-cancelar-orcamento","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/consultar-orcamento"}],"uri":"/branches/3-pt/reference/consultar-orcamento","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"solicitacoes-de-servicos","title":"Solicitações de Serviços","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-solicitacoes","title":"Consulta de solicitações","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-solicitacoes","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-servicos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-mudancas-de-status-de-solicitacao","title":"Consulta de mudanças de status de solicitação","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-mudancas-de-status-de-solicitacao","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-servicos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-anexos-da-solicitacao-de-servico","title":"Consultar anexos da solicitação de serviço","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-anexos-da-solicitacao-de-servico","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-servicos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-nova-solicitaca","title":"Criar uma nova Solicitação","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-uma-nova-solicitaca","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-servicos"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-o-status-de-uma-solicitacao","title":"Atualizar o status de uma solicitação","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/atualizar-o-status-de-uma-solicitacao","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-servicos"}],"uri":"/branches/3-pt/reference/solicitacoes-de-servicos","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"ordens-de-trabalho","title":"Ordens de Trabalho","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-a-url-de-oss-compartilhadas-pendente","title":"Consultar a url de OS's compartilhadas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-a-url-de-oss-compartilhadas-pendente","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-os-anexos-os-pendente","title":"Consultar os anexos OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/consultar-os-anexos-os-pendente","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-tarefas-em-oss-pendente","title":"Consulta de Tarefas em OS's","type":"endpoint","updatedAt":"2025-06-09T13:01:43.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-tarefas-em-oss-pendente","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-recursos-da-tarefa-pendente","title":"Consultar recursos da tarefa","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-recursos-da-tarefa-pendente","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-os-tempos-de-execucao-das-tarefas-no-os-pendente","title":"Consultar os tempos de execução das tarefas no OS","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-os-tempos-de-execucao-das-tarefas-no-os-pendente","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-as-requisicoes-de-material-de-um-os","title":"Consultar as requisições de material de um OS","type":"endpoint","updatedAt":"2025-06-09T13:02:30.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-as-requisicoes-de-material-de-um-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-subtarefas","title":"Consulta de subtarefas","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-subtarefas","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-os-anexos-de-uma-ordem-de-trabalho","title":"Consultar os anexos de uma ordem de trabalho","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-os-anexos-de-uma-ordem-de-trabalho","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-uma-ordem-de-servico","title":"Criar uma ordem de serviço","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-uma-ordem-de-servico","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-recursos-catalogados-do-tipo-inventario-em-uma-os","title":"Criar recursos Catalogados do tipo inventário em uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-recursos-catalogados-do-tipo-inventario-em-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-recursos-catalogados-do-tipo-recursos-humanos-em-uma-os","title":"Criar recursos catalogados do tipo Recursos Humanos em uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-recursos-catalogados-do-tipo-recursos-humanos-em-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-recursos-catalogados-do-tipo-servico-em-uma-os","title":"Criar recursos catalogados do tipo Serviço em uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/criar-recursos-catalogados-do-tipo-servico-em-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"inserir-recursos-do-tipo-servico-nao-catalogado-em-uma-os","title":"Inserir recursos do tipo serviço não Catalogado em uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/inserir-recursos-do-tipo-servico-nao-catalogado-em-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"insercao-de-recursos-nao-catalogados-do-tipo-inventario-em-uma-os","title":"Inserção de recursos não catalogados do tipo inventário em uma OS","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/insercao-de-recursos-nao-catalogados-do-tipo-inventario-em-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"inserir-anexo-em-uma-tarefa-os","title":"Inserir anexo em uma tarefa OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/inserir-anexo-em-uma-tarefa-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizacao-da-quantidade-entregue","title":"Atualização da quantidade entregue","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizacao-da-quantidade-entregue","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-valores-para-subtarefas-dentro-das-oss","title":"Atualizar valores em subtarefas dentro das OS's","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-valores-para-subtarefas-dentro-das-oss","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-a-nota-de-uma-os","title":"Atualizar a nota de uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-a-nota-de-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-um-recurso-dentro-de-uma-os","title":"Atualizar um recurso dentro de uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-um-recurso-dentro-de-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-a-responsavel-de-uma-os","title":"Atualizar a Responsável de uma OS","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-a-responsavel-de-uma-os","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-ordens-de-compra","title":"Atualizar ordens de compra","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-ordens-de-compra","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"eliminar-um-recurso-associado-a-uma-ordem-de-trabalho","title":"Eliminar um recurso associado a uma ordem de trabalho","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/eliminar-um-recurso-associado-a-uma-ordem-de-trabalho","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/ordens-de-trabalho"}],"uri":"/branches/3-pt/reference/ordens-de-trabalho","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"medidores","title":"Medidores","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consulta-de-medidores","title":"Consulta de medidores","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consulta-de-medidores","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/medidores"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-leituras-dos-medidores","title":"Consultar leituras dos medidores","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-leituras-dos-medidores","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/medidores"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"inserir-a-leitura-em-um-medidor","title":"Inserir a leitura em um medidor","type":"endpoint","updatedAt":"2025-06-05T22:25:55.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/inserir-a-leitura-em-um-medidor","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/medidores"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"criar-medidores","title":"Criar medidores","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/criar-medidores","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/medidores"}],"uri":"/branches/3-pt/reference/medidores","category":"/branches/3-pt/categories/reference/EndPoints","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"solicitacoes-de-material","title":"Solicitações de material","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"consultar-solicitacao-de-material","title":"Consultar Solicitação de material","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/consultar-solicitacao-de-material","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-material"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"atualizar-a-nota-de-um-pedido-de-material","title":"Atualizar a nota de um pedido de material","type":"endpoint","updatedAt":"2025-06-09T12:43:51.000Z","api_method":"put","api_webhook":false,"pages":[],"uri":"/branches/3-pt/reference/atualizar-a-nota-de-um-pedido-de-material","category":"/branches/3-pt/categories/reference/EndPoints","parent":"/branches/3-pt/reference/solicitacoes-de-material"}],"uri":"/branches/3-pt/reference/solicitacoes-de-material","category":"/branches/3-pt/categories/reference/EndPoints","parent":null}],"title":"EndPoints","uri":"/branches/3-pt/categories/reference/EndPoints"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"getting-started-with-your-api","title":"Getting Started With Your API","type":"basic","updatedAt":"2025-06-09T12:43:51.000Z","pages":[],"uri":"/branches/3-pt/reference/getting-started-with-your-api","category":"/branches/3-pt/categories/reference/Consultar iteracoes das tarefas","parent":null}],"title":"Consultar iteracoes das tarefas","uri":"/branches/3-pt/categories/reference/Consultar iteracoes das tarefas"}],"branches":{"total":0,"page":1,"per_page":100,"paging":{"next":null,"previous":null,"first":"/fracttal-developers/api-next/v2/branches?prefix=v3-pt&page=1&per_page=100","last":null},"data":[],"type":"branch"},"config":{"algoliaIndex":"readme_search_v2","amplitude":{"apiKey":"dc8065a65ef83d6ad23e37aaf014fc84","enabled":true},"asset_url":"https://cdn.readme.io","domain":"readme.io","domainFull":"https://dash.readme.com","encryptedLocalStorageKey":"ekfls-2025-03-27","fullstory":{"enabled":true,"orgId":"FSV9A"},"metrics":{"billingCronEnabled":"true","dashUrl":"https://m.readme.io","defaultUrl":"https://m.readme.io","exportMaxRetries":12,"wsUrl":"wss://m.readme.io"},"proxyUrl":"https://try.readme.io","readmeRecaptchaSiteKey":"6LesVBYpAAAAAESOCHOyo2kF9SZXPVb54Nwf3i2x","releaseVersion":"5.386.1","sentry":{"dsn":"https://3bbe57a973254129bcb93e47dc0cc46f@o343074.ingest.sentry.io/2052166","enabled":true},"shMigration":{"promoVideo":"","forceWaitlist":false,"migrationPreview":false},"sslBaseDomain":"readmessl.com","sslGenerationService":"ssl.readmessl.com","stripePk":"pk_live_5103PML2qXbDukVh7GDAkQoR4NSuLqy8idd5xtdm9407XdPR6o3bo663C1ruEGhXJjpnb2YCpj8EU1UvQYanuCjtr00t1DRCf2a","superHub":{"newProjectsEnabled":true},"wootric":{"accountToken":"NPS-122b75a4","enabled":true}},"context":{"labs":{},"user":{},"terms":[{"_id":"6257091bd5296800449927ed","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"server","_id":"6619367dc9ad00000f5bf205","name":"id","default":"id","apiSetting":"6619365b142fe100435a4aa8","type":""}]},"project":{"_id":"6257091bd5296800449927ec","appearance":{"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#4687F1","main_alt":"","header_text":"","body_highlight":"#4687F1","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":[],"img_size":"auto","img_pos":"tl","linkStyle":"buttons"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"referenceSimpleMode":false,"referenceLayout":"row","link_logo_to_url":false,"theme":"line","overlay":"triangles","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":false,"logo":["https://files.readme.io/c44f201-small-small_logo_dev.png","c44f201-small-small_logo_dev.png",150,24,"#000000","https://files.readme.io/b77f7d8-small_logo_dev.png","666312af60952f0031f14de3"],"loginLogo":[],"logo_white":["https://files.readme.io/f6e6253-favicon_1.ico","f6e6253-favicon_1.ico",48,48,"#000000","666312b56bbe2f005dd5b210"],"logo_white_use":false,"favicon":["https://files.readme.io/61c3a4e-favicon_1.ico","61c3a4e-favicon_1.ico",48,48,"#000000","666312948b0688006f758dfd"],"stylesheet":"","stylesheet_hub2":"","stylesheet_hub3":"","javascript":"","javascript_hub2":"","html_promo":"

Hola mundo

","html_body":"","html_footer":"","html_head":"","html_footer_meta":"","html_hidelinks":false,"showVersion":true,"hideTableOfContents":true,"nextStepsLabel":"","promos":[{"extras":{"type":"none","buttonPrimary":"get-started","buttonSecondary":"none"},"title":"","text":"","_id":"6257091bd5296800449927ee"}],"colorScheme":"system","logo_large":false,"changelog":{"layoutExpanded":true,"showAuthor":false,"showExactDate":true},"allowApiExplorerJsonEditor":false,"ai_dropdown":"disabled","ai_options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","perplexity":"enabled","view_as_markdown":"enabled"},"showPageIcons":true},"custom_domain":"api.fracttal.com","childrenProjects":[],"derivedPlan":"startup2018","description":"","isExternalSnippetActive":false,"error404":"","experiments":[],"first_page":"landing","flags":{"allow_hub2":false,"enterprise":false,"alwaysShowDocPublishStatus":false,"hub2":true,"migrationRun":false,"migrationSwaggerRun":false,"oauth":false,"swagger":false,"correctnewlines":false,"rdmdCompatibilityMode":false,"speedyRender":false,"allowXFrame":false,"newEditor":true,"newEditorDash":true,"reviewWorkflow":true,"oldMarkdown":false,"newMarkdownBetaProgram":true,"useReactApp":true,"disableAnonForum":false,"directGoogleToStableVersion":false,"translation":false,"staging":false,"newSearch":true,"graphql":false,"allowApiExplorerJsonEditor":false,"singleProjectEnterprise":false,"dashReact":false,"enableRealtimeExperiences":false,"star":false,"allowDarkMode":false,"forceDarkMode":false,"useReactGLP":false,"disablePasswordlessLogin":false,"personalizedDocs":false,"myDevelopers":false,"superHub":true,"allowReusableOTPs":false,"developerDashboard":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"apiV2":false,"customBlocks":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"git":{"read":false,"write":false},"owlbotAi":false,"superHubBeta":false,"apiAccessRevoked":false,"passwordlessLogin":"default","disableSignups":false,"billingRedesignEnabled":true,"developerPortal":false,"mdx":true,"superHubDevelopment":false,"annualBillingEnabled":true,"devDashBillingRedesignEnabled":false,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":true,"superHubMigrationSelfServeFlow":true,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"superHubBranches":false,"externalSdkSnippets":false,"requiresJQuery":false,"migrationPreview":false,"superHubPreview":false},"fullBaseUrl":"https://api.fracttal.com/","git":{"migration":{"createRepository":{"start":"2025-06-05T21:59:40.792Z","end":"2025-06-05T21:59:41.223Z","status":"successful"},"transformation":{"end":"2025-06-05T21:59:45.120Z","start":"2025-06-05T21:59:41.430Z","status":"successful"},"migratingPages":{"end":"2025-06-05T21:59:46.084Z","start":"2025-06-05T21:59:45.191Z","status":"successful"},"enableSuperhub":{"start":"2025-06-05T22:25:55.704Z","status":"successful","end":"2025-06-05T22:25:55.705Z"}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"glossaryTerms":[{"_id":"6257091bd5296800449927ed","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"shouldGateDash":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"integrations":{"login":{}},"internal":"","jwtExpirationTime":0,"landing_bottom":[{"type":"html","alignment":"left","html":"\n\n\n\n \n \n \n Document\n \n \n \n \n \n\n\n\t\n\n\n"},{"type":"html","alignment":"left","html":" \n\n
\n\n
\n\n
\n
\n \"\"\n
\n

Build your integration right now with Fracttal

\n

Fracttal provides you a set of tools, documentation and examples for you can easily connect your intelligent maintenance management with external applications.

\n
\n\n \n \"hero\n \n
\n\n
\n\n
\n
\n \"chat\n
\n
\n

Connect your corporate systems

\n

\n Allow your company's processes to communicate with your intelligent maintenance management.

\n
\n
\n\n
\n
\n \"chat\n
\n
\n

Create your custom graphics

\n

\n Create your own dashboards and custom charts in reporting tools like Power BI.\n

\n
\n
\n\n
\n\n
"},{"type":"html","alignment":"left","html":"
\n
\n
\n

\nIntegrate Fracttal with any ERP and automate operations in your company\n

\n\n

Forget cumbersome processes! With Fracttal you can integrate the data from your commercial applications with those of your maintenance management.

\n
\n\n \n \n \n \n \n \n \"\"\n\n \n
\n
"},{"type":"html","alignment":"left","html":"
\n
\n
\n \"chat\n
\n
\n

Get your information

\n

\n Get all the information stored within Fracttal, such as your maintenance history and share it with your ERP

\n
\n
\n\n
\n
\n \"chat\n
\n
\n

Add new information

\n

Insert new records every time new data is created in your ERP with Fracttal

\n
\n
\n\n
\n
\n \"chat\n
\n
\n

Update your information

\n

\n Automatically synchronize the updates made in your ERP with Fracttal

\n
\n
\n
"},{"type":"html","alignment":"left","html":"
\n
\n
\n

Do it yourself

\n

At Fracttal, we provide you with all the tools that together with your technology team or allied companies, you can develop the communications and integrations you need.

\n
\n\n \n \"hero\n \n
\n
"},{"type":"html","alignment":"left","html":"
\n

\n © 2024, Fracttal Tech S.L - All rights reserved\n

\n
"}],"mdxMigrationStatus":"rdmd","metrics":{"monthlyLimit":0,"planLimit":2000000,"thumbsEnabled":true,"realtime":{"dashEnabled":false,"hubEnabled":false},"monthlyPurchaseLimit":0,"meteredBilling":{}},"modules":{"landing":true,"docs":true,"examples":true,"reference":true,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":true,"logs":false,"custompages":false,"tutorials":false},"name":"Fracttal API","nav_names":{"docs":"Docs","reference":"API Endpoints","changelog":"Fracttal HUB","discuss":"","tutorials":"","recipes":""},"oauth_url":"","onboardingCompleted":{"documentation":true,"appearance":true,"jwt":false,"api":true,"logs":false,"domain":false,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false,"customization":{"answerLength":"long","customTone":"","defaultAnswer":"","forbiddenWords":"","tone":"neutral"},"copilot":{"enabled":false,"hasBeenUsed":false,"installedCustomPage":""}},"owner":{"id":null,"email":null,"name":null},"plan":"startup2018","planOverride":"","planSchedule":{"stripeScheduleId":null,"changeDate":null,"nextPlan":null},"planStatus":"active","planTrial":"startup2018","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":true,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":true,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":true,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":false,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":true,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":152},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":false,"defaultExpandResponseExample":true,"defaultExpandResponseSchema":false,"enableOAuthFlows":false},"seo":{"overwrite_title_tag":false},"stable":{"_id":"6257091cd5296800449927f3","version":"1-Es","version_clean":"1.0.0-Es","codename":"Español","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["6257091cd5296800449927f5","6257091cd5296800449927f5","6257091cd5296800449927fb","62696146ab5a6e07ffbac665","62a0d01f8403df003e6e48da","62a0d0929a4bf4007f278851","62a0d2cabea009001a9a8a98","62a0dd44a436c70013a14105","62a21486ecf84d0088c1d6f8","62a2149847540c0092538bea","62a8de44f824280107130d59","62a8e3aa8f80ec0105665012","62ab3971c804b0060a162a3c","62ab3ba651aeb0004211cf92","62b093f39d954e002851e2e1","62b094882a1dab0013496682","62b094e33b94840120ec8806","62b095d86e7a8601ec717b47","62b0963557c8ab006af6cb56","62b09663df7b190036f7d9d3","62b0968238fda805f50fb230","62b0977d6e7a8601ec717c27","62b097a699b57e012896faba","62b0983b9d954e002851e531","62b09866c6e245001a234939","62b0995aa352c50013e6faa5","62b09979f939c0003697c3ae","62b099ad6810e9009a29daa9","62b099c8f20e38005dff5230","62b099fc2070fe002f13e5a8","62b09a58403002020874ad45","62b09a7bf17cd2008820e217","62b09aaf10e1d400ac67a5be","62b09b14df7b190036f7dd0a","62b09b37f939c0003697c4b5","62b09b532a1dab001349783e","62b0a1aca352c50013e6ff23","62b0a1d77d80d700708638af","62b0a1f73dfd8f001413c4fc","62b0a21038fda805f50fb860","62b0a236897018017bbd0a23","62b0a2503373130060cebac4","62b0a26fc6e245001a234e89","62b0a28b66dd2601277f0fa7","62b0a2a2a0ac0501ae01042f","62b0a2bc99b57e012897007f","62b0a2dc66dd2601277f0fc9","62b0a2fa9093a60013820a94","62b0a316f19f57006b96fae9","62b0a456889873007c0428aa","62b0a5ef4bd8b7004b8af079","62b0a60a319fff00891ece0c","62b0a61d66dd2601277f10d9","62b0a64957c8ab006af6d393","62b0a6626ca3c205745a3b45","62b0a6d2a2f0a300a374e7bd","62b0a6ec69241400e931c665","62b0a701c65279004fcad944","62b0a71dd74efd002f609faa","62b0b319485cfd00711ea5a8","62b0b32eb85218012c943b35","62b0b342d85ccc00867e28e8","62b0b35abbb31f00148d7121","62b0b381eb37850081c50702","62b0b3c81edaa7007811b975","62b0b3e73aa5aa018958f8c2","62b0b3ff6ca3c205745a41e9","62b0b42385177606121a670c","62b0b43790029b06de8d3b6e","62b0b465eb77c8001a328db0","62b0b4e3626c1f03a534d91e","62b1f098b65816001af919e6","62b1f0bca80ad50043a9f96a","62b1f14a72279900bb4539ca","62b1f2b02775030075a72ba4","62b1f2e3aa18a0002e3e9e71","62b1f308abff5e0065f2485a","62b1f337b7d3030161910a92","62b1f361a5736f0092a01fca","62b1f39b22c41900219499dd","62b1f3bf4a00150027b8f108","62b1f3e422da70001ee50c5e","62b1f3fa927cee0013aeee48","62b1f410f910e3008d58e46e","62b1f425781ce2009a725282","62b365e5b85f8600136c6a36","62b36916a20305063f24a71b","62bf1a6374479d0028ebf047","62bf1c3f8fce910035706f4f","62bf1c60e77770008969dd58","62bf2e3b5199b9005ecb1fc9","62bf2e8324ae5a097b443d4d","62bf2eb56a09230087df2053","62c30dc46699cf004ec71f0c","62c459dfc6b591009da19a82","62c45a35314c78002ac6a6cb","62e83037df84d40070a6906b","62e8304eb123c8050bb91444","62e83061b8505d00478cde9b","62e83079f9cf2b00afc556cd","62e830b5baed91008d9146f5","62fc6e7044899700a32db76d","62fea7a92393f1009127ac2c","631f53744b169b051d60db33","63209d8e5c71be000f89bca6","6329e9e05c4d5800750d72c1","632c594f62a4190478717da0","63575175bd5a58009ed93c1f","6358676b81ba360492a55817","6358684c78cf9800461a65d6","6376bf60127d990003174515","638a256cedf172003c00c34d","638a25aaf8d04600a3d9d288","638a25e740d2b90066c32950","638a2617330d980012c0d1f8","638a263d5a284b0024534861","638a265e60a74f00afed0867","639b81863dcc5400232c52fb","63b6d720b980c1058cc6cae5","63dd6cae2dd6040059b05163","63ebb90efbacba0042e965ef","63f7c9c798b488003ce73937","640a08b30dc6820077848353","640a441f392177004a747341","6419c10c87c79b0059697a6f","6419e61eca2735006cf33aee","6447e109b9d32b001786634e","6467a0400e99af0e6b12de3a","64713a086a5c9b006a868cb4","64c95020d5cccd0073c78b91","651592e5b98abc0067a9f44e","651e931d26d06104999eef33","651e9338c4bd700024a7ed26","65b935ab8e5c12003f6d82e4","65d3bac5d3b04c00538cb0e0","65fa29d9c78b9e003c95e3fa","6619365b142fe100435a4aab","678ea79d8ceb20001037e016","678eb3870f60da004afaaf71","67bcfed3fea0bd003015a41e","67bf1ce3f81b3c0026df4fce"],"project":"6257091bd5296800449927ec","releaseDate":"2022-04-13T17:32:12.560Z","createdAt":"2022-04-13T17:32:12.560Z","__v":2,"updatedAt":"2025-06-05T21:59:38.438Z","apiRegistries":[{"filename":"activos.json","uuid":"1jxt2vfleejqhdm"},{"filename":"solicitudes.json","uuid":"6qj33s63cleegvp78"},{"filename":"consulta-de-cambios-de-estados-de-las-solicitudes.json","uuid":"1ai0h3ol4oekor2"},{"filename":"consultar-lecturas-de-un-medidor.json","uuid":"5a111lvzlqfzc"},{"filename":"medidores.json","uuid":"11ds5k2elh9xuq7t"},{"filename":"actualizar-lectura-en-un-medidor.json","uuid":"5a1flvzlqpau"},{"filename":"recursos-asociados-a-una-orden-de-trabajo.json","uuid":"d8kit21tleeh0uf0"},{"filename":"actualizar-un-recurso-dentro-de-una-ot.json","uuid":"4gs664pl4oley5a"},{"filename":"actualización-de-la-nota-de-una-ot.json","uuid":"4c465q4lldahw9gn"},{"filename":"tarea-dentro-de-una-ot.json","uuid":"deudoolf6w8aab"},{"filename":"actualizar-cantidad-entregada.json","uuid":"24w1cql4olhg6v"},{"filename":"insertar-recursos-en-una-ot.json","uuid":"1wca1wl4olic1z"},{"filename":"crear-una-orden-de-trabajo.json","uuid":"4gs66kl4olkt1h"},{"filename":"insertar-adjunto-en-una-tarea-de-la-ot.json","uuid":"1wcakl4olkyhm"},{"filename":"consulta-de-subtareas.json","uuid":"fwpw23l4olzt4c"},{"filename":"requisiciones-de-material-de-una-ot.json","uuid":"es0a25lrpfj1kw"},{"filename":"consulta-tiempos-de-ejecución-de-las-tareas-en-ots.json","uuid":"4gs661cl4oma7h5"},{"filename":"consultar-recursos-de-las-tareas.json","uuid":"fwpw1ll4omczh4"},{"filename":"consultar-la-url-de-las-ots-compartidas.json","uuid":"24w1c4nl4oll9p5"},{"filename":"consultar-adjuntos-de-la-ot.json","uuid":"105fpnjl4pwdjmt"},{"filename":"consulta-de-tareas-en-ots.json","uuid":"24w1ckl4pwm5xu"},{"filename":"crear-una-tarea-no-planificada.json","uuid":"105fpn1rl4pwvubc"},{"filename":"consultar-información-detallada-de-planes-de-tareas.json","uuid":"1wca122l4pwy2ok"},{"filename":"consultar-tareas-pendientes.json","uuid":"fwpw28l4pwz4l8"},{"filename":"consultar-planes-de-tareas.json","uuid":"13f2is13l4px2qil"},{"filename":"eliminar-un-item.json","uuid":"3kz4tl4px72o5"},{"filename":"repuesto-de-un-almacén.json","uuid":"d8kit2h0leeea706"},{"filename":"actualizar-almacén.json","uuid":"105fpn1rl4pxaaxv"},{"filename":"crear-órdenes-de-compra.json","uuid":"1wca298l4pxbv49"},{"filename":"asociar-repuesto-a-un-almacén.json","uuid":"13f2is1fyl4pxd1kb"},{"filename":"crear-un-almacén.json","uuid":"hvwl4pxdwhf"},{"filename":"consulta-órdenes-de-compra.json","uuid":"3kz4al4pxezwg"},{"filename":"consultar-detalles-de-movimientos.json","uuid":"1wca2b4l4pxhnek"},{"filename":"consulta-movimientos-de-salida.json","uuid":"hv3nl4pxintr"},{"filename":"consultar-existencias-asociadas-a-un-almacén.json","uuid":"hv4dl4pxtb6h"},{"filename":"consultar-almacenes.json","uuid":"5o2pmlcjhcuak"},{"filename":"crear-entrada-a-un-almacén-desde-una-orden-de-compra.json","uuid":"24w1c3tl4pxutj9"},{"filename":"crear-entrada-a-un-almacén-sin-movimientos-asociados.json","uuid":"1wcajl4pxw35c"},{"filename":"crear-una-salida-total-de-almacén-salida-por-un-ot-integración-externa.json"},{"filename":"crear-una-salida-total-de-almacén-salida-por-un-ot.json","uuid":"rnhp3el4yd8bta"},{"filename":"crear-una-salida-total-de-almacén-salida-general.json"},{"filename":"crear-una-salida-total-de-almacén-transferencia-entre-almacenes.json","uuid":"1qngf3ll58bz3pj"},{"filename":"tercero.json","uuid":"vay53alip3tprz"},{"filename":"crear-un-tercero.json","uuid":"3kz1al4py57yk"},{"filename":"consultar-gestión-documental-de-un-tercero.json","uuid":"4gs663sl4pycwkq"},{"filename":"consulta-de-terceros.json","uuid":"1wcajl4pyehqh"},{"filename":"aprobarcancelar-presupuesto.json","uuid":"fwpwwl4pyg7gw"},{"filename":"actualizar-valores-en-campos-personalizados-de-los-activos.json","uuid":"17lyc28l4pylijt"},{"filename":"asociar-activo-a-un-plan-de-tareas.json","uuid":"1wcacgl4pymn5i"},{"filename":"crear-documentos-y-asociarlos-a-un-activo.json","uuid":"17lycql4pyrexp"},{"filename":"consultar-campos-personalizados-de-los-activos.json","uuid":"2vp5kxo1ol4pyummo"},{"filename":"consultar-historial-de-localizaciones-de-los-activos.json","uuid":"1wca1xl4pyy3x5"},{"filename":"gestión-documental-de-activos.json","uuid":"dcv424lv70whju"},{"filename":"consultar-un-activo.json","uuid":"fzwlaunle5y6dfs"},{"filename":"actualizar-valor-hora-ordinaria.json","uuid":"1wca4hl4pz73nj"},{"filename":"centros-de-costo.json","uuid":"5mcileeg3thf"},{"filename":"crear-valor-hora-ordinaria.json","uuid":"10wh3b2jl4pzbt2n"},{"filename":"consultar-log-de-transacciones.json","uuid":"2vp5kxo4dl4pzrmro"},{"filename":"valor-hora-ordinaria.json","uuid":"q5kf1ql4pzs9y8"},{"filename":"actualizar-un-recurso-humano.json","uuid":"il1xl4pzwtrn"},{"filename":"crear-documentos-y-asociarlos-a-un-recurso-humano.json","uuid":"105fpn28el4pzxlk6"},{"filename":"crear-un-recurso-humano.json","uuid":"2j6zy1al4pzyfty"},{"filename":"consultar-gestión-documental-de-recursos-humanos.json","uuid":"s2r1vl4pzz58p"},{"filename":"consulta-de-recursos-humanos.json","uuid":"105fpn33l4pzztsx"},{"filename":"consultar-presupuesto.json","uuid":"105fpnjl4pyivgb"},{"filename":"consultar-el-historial-fuera-de-servicio-de-los-activos.json","uuid":"2vp5kxo4vl4pz2pbz"},{"filename":"solicitudes-de-material.json","uuid":"gtn31llfaf5y5"},{"filename":"actualizar-la-nota-de-una-solicitud-de-material.json","uuid":"3mr1ql52nph24"},{"filename":"consultar-adjuntos-de-solicitudes-de-trabajo.json"},{"filename":"consultar-adjuntos-de-planes-de-tareas.json"},{"filename":"consultar-adjuntos-de-solicitudes-de-trabajo-1.json","uuid":"fk9prl58c0cb3"},{"filename":"consultar-adjuntos-de-planes-de-tareas-1.json","uuid":"19qi531hl58c3o6a"},{"filename":"recurso-no-catalogado-tipo-inventario.json","uuid":"17c2hu3ul95z5r3d"},{"filename":"recurso-no-catalogado-servicio.json","uuid":"1yfkmz31wdl6b6fto0"},{"filename":"recurso-catalogado-inventario.json","uuid":"2uy8h0t44l6b6geo2"},{"filename":"recurso-catalogado-recurso-humano.json","uuid":"2uy8h0t1ygl6b6grrk"},{"filename":"recurso-catalogado-servicio.json","uuid":"an0i5gmldd6xyeu"},{"filename":"consultar-archivos-adjuntos-de-una-orden-de-trabajo.json","uuid":"58y7g4zl6x481om"},{"filename":"movimientos-de-entrada.json","uuid":"7ja2ct38lmpbondm"},{"filename":"crear-una-tarea-pendiente-desde-una-solicitud-de-trabajo.json","uuid":"55tzt2ml8d9a4qm"},{"filename":"consultar-terceros-relacionados-al-activo.json","uuid":"7d3v1bl9ot4x09"},{"filename":"consultar-tareas.json","uuid":"3f0pnglb6q9qwx"},{"filename":"consultar-subtareas-asociadas-a-una-tarea.json","uuid":"5vhv2ple64bfa1"},{"filename":"consutar-de-una-tarea-los-recursos-de-tipo-inventario.json","uuid":"3f0pn21lb6vyuev"},{"filename":"consultar-de-una-tarea-los-recursos-de-tipo-humano.json","uuid":"ah4op42clb6wab62"},{"filename":"consultar-de-una-tarea-los-recursos-de-tpo-servicio.json","uuid":"1llv23nlb6wehvi"},{"filename":"consultar-de-una-tarea-los-activadores.json","uuid":"3f0pn21lb6wga1k"},{"filename":"consultar-contactos-de-terceros.json","uuid":"c23i31cln8dx23c"},{"filename":"actualizar-responsable-de-una-ot.json","uuid":"jddt1jblcj5lj4b"},{"filename":"actualizar-valores-de-subtareas.json","uuid":"iowjxldoz3ahm"},{"filename":"cuentas-de-usuario.json","uuid":"e82awi2tle4gz9t9"},{"filename":"terceros-dentro-de-activos.json","uuid":"d3l22dlmez6ftv"},{"filename":"servicios-asociados-a-terceros.json","uuid":"dr0l2zlf1bnntn"},{"filename":"servicios.json","uuid":"6y4xai2flf1kpycd"},{"filename":"ajuste-de-inventario.json","uuid":"j8su1ulfims997"},{"filename":"consultar-servicios-de-los-terceros.json","uuid":"1nkygcqq30glgwcrs6t"},{"filename":"reprogramar-tareas-pendientes.json","uuid":"hx9c22li563cg0"},{"filename":"cancelar-ot.json","uuid":"2f6i1ub27lksnickm"},{"filename":"actualizar-el-status-de-una-ot.json","uuid":"awjvm45dyln3ancmg"},{"filename":"actualizar-la-nota-de-un-movimiento-de-salida.json","uuid":"ax268rclnd1uotb"},{"filename":"actualizar-la-nota-de-un-movimiento-de-entrada.json","uuid":"3rylo19lnd1utl3"},{"filename":"consulta-avanzada-de-medidores.json","uuid":"31gvosls0nrb0z"},{"filename":"consultar-items-asociados-a-un-plan-de-tareas.json","uuid":"1k8efolstflze0"},{"filename":"consultar-campos-personalizados-de-los-recursos-humanos.json","uuid":"ez5og37qltz1yrf0"},{"filename":"gestion-documental-para-un-activo.json","uuid":"1cod7glvmp7y07"},{"filename":"asociar-activos-equivalentes.json","uuid":"ebjw1521m65i5eth"},{"filename":"consultar-activos-equivalentes.json","uuid":"o4usb2qm6jbuncy"},{"filename":"asociar-tercero-a-un-activo.json","uuid":"1z7fgm7joor1e"},{"filename":"consulta-iteraciones-de-las-tareas.json","uuid":"jarv3qugm7m0c9fc"}],"pdfStatus":"","source":"readme"},"subdomain":"fracttal-developers","subpath":"","superHubWaitlist":false,"topnav":{"left":[],"right":[{"type":"url","text":"Fracttal →","url":"https://www.fracttal.com/"}],"bottom":[],"edited":true},"trial":{"trialDeadlineEnabled":true,"trialEndsAt":"2022-04-27T17:32:11.436Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","org_name":"","project_name":"","languages":[]},"url":"","versions":[{"_id":"6257091cd5296800449927f3","version":"1-Es","version_clean":"1.0.0-Es","codename":"Español","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["6257091cd5296800449927f5","6257091cd5296800449927f5","6257091cd5296800449927fb","62696146ab5a6e07ffbac665","62a0d01f8403df003e6e48da","62a0d0929a4bf4007f278851","62a0d2cabea009001a9a8a98","62a0dd44a436c70013a14105","62a21486ecf84d0088c1d6f8","62a2149847540c0092538bea","62a8de44f824280107130d59","62a8e3aa8f80ec0105665012","62ab3971c804b0060a162a3c","62ab3ba651aeb0004211cf92","62b093f39d954e002851e2e1","62b094882a1dab0013496682","62b094e33b94840120ec8806","62b095d86e7a8601ec717b47","62b0963557c8ab006af6cb56","62b09663df7b190036f7d9d3","62b0968238fda805f50fb230","62b0977d6e7a8601ec717c27","62b097a699b57e012896faba","62b0983b9d954e002851e531","62b09866c6e245001a234939","62b0995aa352c50013e6faa5","62b09979f939c0003697c3ae","62b099ad6810e9009a29daa9","62b099c8f20e38005dff5230","62b099fc2070fe002f13e5a8","62b09a58403002020874ad45","62b09a7bf17cd2008820e217","62b09aaf10e1d400ac67a5be","62b09b14df7b190036f7dd0a","62b09b37f939c0003697c4b5","62b09b532a1dab001349783e","62b0a1aca352c50013e6ff23","62b0a1d77d80d700708638af","62b0a1f73dfd8f001413c4fc","62b0a21038fda805f50fb860","62b0a236897018017bbd0a23","62b0a2503373130060cebac4","62b0a26fc6e245001a234e89","62b0a28b66dd2601277f0fa7","62b0a2a2a0ac0501ae01042f","62b0a2bc99b57e012897007f","62b0a2dc66dd2601277f0fc9","62b0a2fa9093a60013820a94","62b0a316f19f57006b96fae9","62b0a456889873007c0428aa","62b0a5ef4bd8b7004b8af079","62b0a60a319fff00891ece0c","62b0a61d66dd2601277f10d9","62b0a64957c8ab006af6d393","62b0a6626ca3c205745a3b45","62b0a6d2a2f0a300a374e7bd","62b0a6ec69241400e931c665","62b0a701c65279004fcad944","62b0a71dd74efd002f609faa","62b0b319485cfd00711ea5a8","62b0b32eb85218012c943b35","62b0b342d85ccc00867e28e8","62b0b35abbb31f00148d7121","62b0b381eb37850081c50702","62b0b3c81edaa7007811b975","62b0b3e73aa5aa018958f8c2","62b0b3ff6ca3c205745a41e9","62b0b42385177606121a670c","62b0b43790029b06de8d3b6e","62b0b465eb77c8001a328db0","62b0b4e3626c1f03a534d91e","62b1f098b65816001af919e6","62b1f0bca80ad50043a9f96a","62b1f14a72279900bb4539ca","62b1f2b02775030075a72ba4","62b1f2e3aa18a0002e3e9e71","62b1f308abff5e0065f2485a","62b1f337b7d3030161910a92","62b1f361a5736f0092a01fca","62b1f39b22c41900219499dd","62b1f3bf4a00150027b8f108","62b1f3e422da70001ee50c5e","62b1f3fa927cee0013aeee48","62b1f410f910e3008d58e46e","62b1f425781ce2009a725282","62b365e5b85f8600136c6a36","62b36916a20305063f24a71b","62bf1a6374479d0028ebf047","62bf1c3f8fce910035706f4f","62bf1c60e77770008969dd58","62bf2e3b5199b9005ecb1fc9","62bf2e8324ae5a097b443d4d","62bf2eb56a09230087df2053","62c30dc46699cf004ec71f0c","62c459dfc6b591009da19a82","62c45a35314c78002ac6a6cb","62e83037df84d40070a6906b","62e8304eb123c8050bb91444","62e83061b8505d00478cde9b","62e83079f9cf2b00afc556cd","62e830b5baed91008d9146f5","62fc6e7044899700a32db76d","62fea7a92393f1009127ac2c","631f53744b169b051d60db33","63209d8e5c71be000f89bca6","6329e9e05c4d5800750d72c1","632c594f62a4190478717da0","63575175bd5a58009ed93c1f","6358676b81ba360492a55817","6358684c78cf9800461a65d6","6376bf60127d990003174515","638a256cedf172003c00c34d","638a25aaf8d04600a3d9d288","638a25e740d2b90066c32950","638a2617330d980012c0d1f8","638a263d5a284b0024534861","638a265e60a74f00afed0867","639b81863dcc5400232c52fb","63b6d720b980c1058cc6cae5","63dd6cae2dd6040059b05163","63ebb90efbacba0042e965ef","63f7c9c798b488003ce73937","640a08b30dc6820077848353","640a441f392177004a747341","6419c10c87c79b0059697a6f","6419e61eca2735006cf33aee","6447e109b9d32b001786634e","6467a0400e99af0e6b12de3a","64713a086a5c9b006a868cb4","64c95020d5cccd0073c78b91","651592e5b98abc0067a9f44e","651e931d26d06104999eef33","651e9338c4bd700024a7ed26","65b935ab8e5c12003f6d82e4","65d3bac5d3b04c00538cb0e0","65fa29d9c78b9e003c95e3fa","6619365b142fe100435a4aab","678ea79d8ceb20001037e016","678eb3870f60da004afaaf71","67bcfed3fea0bd003015a41e","67bf1ce3f81b3c0026df4fce"],"project":"6257091bd5296800449927ec","releaseDate":"2022-04-13T17:32:12.560Z","createdAt":"2022-04-13T17:32:12.560Z","__v":2,"updatedAt":"2025-06-05T21:59:38.438Z","apiRegistries":[{"filename":"activos.json","uuid":"1jxt2vfleejqhdm"},{"filename":"solicitudes.json","uuid":"6qj33s63cleegvp78"},{"filename":"consulta-de-cambios-de-estados-de-las-solicitudes.json","uuid":"1ai0h3ol4oekor2"},{"filename":"consultar-lecturas-de-un-medidor.json","uuid":"5a111lvzlqfzc"},{"filename":"medidores.json","uuid":"11ds5k2elh9xuq7t"},{"filename":"actualizar-lectura-en-un-medidor.json","uuid":"5a1flvzlqpau"},{"filename":"recursos-asociados-a-una-orden-de-trabajo.json","uuid":"d8kit21tleeh0uf0"},{"filename":"actualizar-un-recurso-dentro-de-una-ot.json","uuid":"4gs664pl4oley5a"},{"filename":"actualización-de-la-nota-de-una-ot.json","uuid":"4c465q4lldahw9gn"},{"filename":"tarea-dentro-de-una-ot.json","uuid":"deudoolf6w8aab"},{"filename":"actualizar-cantidad-entregada.json","uuid":"24w1cql4olhg6v"},{"filename":"insertar-recursos-en-una-ot.json","uuid":"1wca1wl4olic1z"},{"filename":"crear-una-orden-de-trabajo.json","uuid":"4gs66kl4olkt1h"},{"filename":"insertar-adjunto-en-una-tarea-de-la-ot.json","uuid":"1wcakl4olkyhm"},{"filename":"consulta-de-subtareas.json","uuid":"fwpw23l4olzt4c"},{"filename":"requisiciones-de-material-de-una-ot.json","uuid":"es0a25lrpfj1kw"},{"filename":"consulta-tiempos-de-ejecución-de-las-tareas-en-ots.json","uuid":"4gs661cl4oma7h5"},{"filename":"consultar-recursos-de-las-tareas.json","uuid":"fwpw1ll4omczh4"},{"filename":"consultar-la-url-de-las-ots-compartidas.json","uuid":"24w1c4nl4oll9p5"},{"filename":"consultar-adjuntos-de-la-ot.json","uuid":"105fpnjl4pwdjmt"},{"filename":"consulta-de-tareas-en-ots.json","uuid":"24w1ckl4pwm5xu"},{"filename":"crear-una-tarea-no-planificada.json","uuid":"105fpn1rl4pwvubc"},{"filename":"consultar-información-detallada-de-planes-de-tareas.json","uuid":"1wca122l4pwy2ok"},{"filename":"consultar-tareas-pendientes.json","uuid":"fwpw28l4pwz4l8"},{"filename":"consultar-planes-de-tareas.json","uuid":"13f2is13l4px2qil"},{"filename":"eliminar-un-item.json","uuid":"3kz4tl4px72o5"},{"filename":"repuesto-de-un-almacén.json","uuid":"d8kit2h0leeea706"},{"filename":"actualizar-almacén.json","uuid":"105fpn1rl4pxaaxv"},{"filename":"crear-órdenes-de-compra.json","uuid":"1wca298l4pxbv49"},{"filename":"asociar-repuesto-a-un-almacén.json","uuid":"13f2is1fyl4pxd1kb"},{"filename":"crear-un-almacén.json","uuid":"hvwl4pxdwhf"},{"filename":"consulta-órdenes-de-compra.json","uuid":"3kz4al4pxezwg"},{"filename":"consultar-detalles-de-movimientos.json","uuid":"1wca2b4l4pxhnek"},{"filename":"consulta-movimientos-de-salida.json","uuid":"hv3nl4pxintr"},{"filename":"consultar-existencias-asociadas-a-un-almacén.json","uuid":"hv4dl4pxtb6h"},{"filename":"consultar-almacenes.json","uuid":"5o2pmlcjhcuak"},{"filename":"crear-entrada-a-un-almacén-desde-una-orden-de-compra.json","uuid":"24w1c3tl4pxutj9"},{"filename":"crear-entrada-a-un-almacén-sin-movimientos-asociados.json","uuid":"1wcajl4pxw35c"},{"filename":"crear-una-salida-total-de-almacén-salida-por-un-ot-integración-externa.json"},{"filename":"crear-una-salida-total-de-almacén-salida-por-un-ot.json","uuid":"rnhp3el4yd8bta"},{"filename":"crear-una-salida-total-de-almacén-salida-general.json"},{"filename":"crear-una-salida-total-de-almacén-transferencia-entre-almacenes.json","uuid":"1qngf3ll58bz3pj"},{"filename":"tercero.json","uuid":"vay53alip3tprz"},{"filename":"crear-un-tercero.json","uuid":"3kz1al4py57yk"},{"filename":"consultar-gestión-documental-de-un-tercero.json","uuid":"4gs663sl4pycwkq"},{"filename":"consulta-de-terceros.json","uuid":"1wcajl4pyehqh"},{"filename":"aprobarcancelar-presupuesto.json","uuid":"fwpwwl4pyg7gw"},{"filename":"actualizar-valores-en-campos-personalizados-de-los-activos.json","uuid":"17lyc28l4pylijt"},{"filename":"asociar-activo-a-un-plan-de-tareas.json","uuid":"1wcacgl4pymn5i"},{"filename":"crear-documentos-y-asociarlos-a-un-activo.json","uuid":"17lycql4pyrexp"},{"filename":"consultar-campos-personalizados-de-los-activos.json","uuid":"2vp5kxo1ol4pyummo"},{"filename":"consultar-historial-de-localizaciones-de-los-activos.json","uuid":"1wca1xl4pyy3x5"},{"filename":"gestión-documental-de-activos.json","uuid":"dcv424lv70whju"},{"filename":"consultar-un-activo.json","uuid":"fzwlaunle5y6dfs"},{"filename":"actualizar-valor-hora-ordinaria.json","uuid":"1wca4hl4pz73nj"},{"filename":"centros-de-costo.json","uuid":"5mcileeg3thf"},{"filename":"crear-valor-hora-ordinaria.json","uuid":"10wh3b2jl4pzbt2n"},{"filename":"consultar-log-de-transacciones.json","uuid":"2vp5kxo4dl4pzrmro"},{"filename":"valor-hora-ordinaria.json","uuid":"q5kf1ql4pzs9y8"},{"filename":"actualizar-un-recurso-humano.json","uuid":"il1xl4pzwtrn"},{"filename":"crear-documentos-y-asociarlos-a-un-recurso-humano.json","uuid":"105fpn28el4pzxlk6"},{"filename":"crear-un-recurso-humano.json","uuid":"2j6zy1al4pzyfty"},{"filename":"consultar-gestión-documental-de-recursos-humanos.json","uuid":"s2r1vl4pzz58p"},{"filename":"consulta-de-recursos-humanos.json","uuid":"105fpn33l4pzztsx"},{"filename":"consultar-presupuesto.json","uuid":"105fpnjl4pyivgb"},{"filename":"consultar-el-historial-fuera-de-servicio-de-los-activos.json","uuid":"2vp5kxo4vl4pz2pbz"},{"filename":"solicitudes-de-material.json","uuid":"gtn31llfaf5y5"},{"filename":"actualizar-la-nota-de-una-solicitud-de-material.json","uuid":"3mr1ql52nph24"},{"filename":"consultar-adjuntos-de-solicitudes-de-trabajo.json"},{"filename":"consultar-adjuntos-de-planes-de-tareas.json"},{"filename":"consultar-adjuntos-de-solicitudes-de-trabajo-1.json","uuid":"fk9prl58c0cb3"},{"filename":"consultar-adjuntos-de-planes-de-tareas-1.json","uuid":"19qi531hl58c3o6a"},{"filename":"recurso-no-catalogado-tipo-inventario.json","uuid":"17c2hu3ul95z5r3d"},{"filename":"recurso-no-catalogado-servicio.json","uuid":"1yfkmz31wdl6b6fto0"},{"filename":"recurso-catalogado-inventario.json","uuid":"2uy8h0t44l6b6geo2"},{"filename":"recurso-catalogado-recurso-humano.json","uuid":"2uy8h0t1ygl6b6grrk"},{"filename":"recurso-catalogado-servicio.json","uuid":"an0i5gmldd6xyeu"},{"filename":"consultar-archivos-adjuntos-de-una-orden-de-trabajo.json","uuid":"58y7g4zl6x481om"},{"filename":"movimientos-de-entrada.json","uuid":"7ja2ct38lmpbondm"},{"filename":"crear-una-tarea-pendiente-desde-una-solicitud-de-trabajo.json","uuid":"55tzt2ml8d9a4qm"},{"filename":"consultar-terceros-relacionados-al-activo.json","uuid":"7d3v1bl9ot4x09"},{"filename":"consultar-tareas.json","uuid":"3f0pnglb6q9qwx"},{"filename":"consultar-subtareas-asociadas-a-una-tarea.json","uuid":"5vhv2ple64bfa1"},{"filename":"consutar-de-una-tarea-los-recursos-de-tipo-inventario.json","uuid":"3f0pn21lb6vyuev"},{"filename":"consultar-de-una-tarea-los-recursos-de-tipo-humano.json","uuid":"ah4op42clb6wab62"},{"filename":"consultar-de-una-tarea-los-recursos-de-tpo-servicio.json","uuid":"1llv23nlb6wehvi"},{"filename":"consultar-de-una-tarea-los-activadores.json","uuid":"3f0pn21lb6wga1k"},{"filename":"consultar-contactos-de-terceros.json","uuid":"c23i31cln8dx23c"},{"filename":"actualizar-responsable-de-una-ot.json","uuid":"jddt1jblcj5lj4b"},{"filename":"actualizar-valores-de-subtareas.json","uuid":"iowjxldoz3ahm"},{"filename":"cuentas-de-usuario.json","uuid":"e82awi2tle4gz9t9"},{"filename":"terceros-dentro-de-activos.json","uuid":"d3l22dlmez6ftv"},{"filename":"servicios-asociados-a-terceros.json","uuid":"dr0l2zlf1bnntn"},{"filename":"servicios.json","uuid":"6y4xai2flf1kpycd"},{"filename":"ajuste-de-inventario.json","uuid":"j8su1ulfims997"},{"filename":"consultar-servicios-de-los-terceros.json","uuid":"1nkygcqq30glgwcrs6t"},{"filename":"reprogramar-tareas-pendientes.json","uuid":"hx9c22li563cg0"},{"filename":"cancelar-ot.json","uuid":"2f6i1ub27lksnickm"},{"filename":"actualizar-el-status-de-una-ot.json","uuid":"awjvm45dyln3ancmg"},{"filename":"actualizar-la-nota-de-un-movimiento-de-salida.json","uuid":"ax268rclnd1uotb"},{"filename":"actualizar-la-nota-de-un-movimiento-de-entrada.json","uuid":"3rylo19lnd1utl3"},{"filename":"consulta-avanzada-de-medidores.json","uuid":"31gvosls0nrb0z"},{"filename":"consultar-items-asociados-a-un-plan-de-tareas.json","uuid":"1k8efolstflze0"},{"filename":"consultar-campos-personalizados-de-los-recursos-humanos.json","uuid":"ez5og37qltz1yrf0"},{"filename":"gestion-documental-para-un-activo.json","uuid":"1cod7glvmp7y07"},{"filename":"asociar-activos-equivalentes.json","uuid":"ebjw1521m65i5eth"},{"filename":"consultar-activos-equivalentes.json","uuid":"o4usb2qm6jbuncy"},{"filename":"asociar-tercero-a-un-activo.json","uuid":"1z7fgm7joor1e"},{"filename":"consulta-iteraciones-de-las-tareas.json","uuid":"jarv3qugm7m0c9fc"}],"pdfStatus":"","source":"readme"},{"_id":"630d1283ad810c01edf50990","version":"2-En","version_clean":"2.0.0-En","codename":"English","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["6257091cd5296800449927f5","6257091cd5296800449927f5","6257091cd5296800449927fb","630d1283ad810c01edf50984","62a0d01f8403df003e6e48da","62a0d0929a4bf4007f278851","62a0d2cabea009001a9a8a98","630d1283ad810c01edf50985","630d1283ad810c01edf50986","630d1283ad810c01edf50987","630d1283ad810c01edf50988","6376bf60127d99000317451a","63e0545cd0f2cb003b5719f7","63e060ba799e33002f28fe49","63e06343c6e979000c1167ce","63e0674e17c0650061caca28","63e069bbf1e89c0072cc7626","63e06f42275c0800191627e7","63e07095fafcfc0065d11a9f","63e0791e17c0650061cd4954","63e07a2e7d0887001a5d2e33","63e07c6add6300000bc05d5e","63e07cb8ffa13a00695ce1bb","63e07d061911550038d719af","63e07d3693a750002faa3f27","63e07d776983650074c9c46e","63e07dad941456006fe820bb","63e07dd73f138b000c15270d","63e07e141911550038d75dcb","63e0810f3f138b000c15b082","63e0812e2843d00045878608","63e0818d3def87003db827d0","63e081d0f04d3e0012364df3","63e082638c4123000e7de7e9","63e0829f94c3d4006c969f52","63e082e674ee4700449f6f21","63e083286f3d2d003f6a2841","63e083fb90deaa0067ae3b85","63e08433401ed2006d83ec34","63e0845b275c08001919b8de","63e084acf463f8005321f2e1","63e084eb9847ab0035f52e04","63e0850870b0a80013afb959","63e085379f9b9a005bce3775","63e0855f401ed2006d83ecb8","63e0858a1911550038d7f8d0","63e085aa89573600348f305d","63e085df41664100546efa1f","63e08700c1454c006d77d910","63e0871c91b68700581342aa","63e0876189573600348f3f2a","63e0877ea1c63f000b230507","63e087aeb3183a0014abc4eb","63e087c340397d0066308c55","63e088625d6e63002f60cfed","63e088a0bcae37004a0577d3","63e088c9124a32003e17f1ed","63e088f065fd6c00420267fc","63e089070c8ef90036552dcc","63e089848aebb9005a3a15ac","63e089d5742c7b0060dc90a1","63e08b90419121005b9ea793","63e08bb97d0887001a5f21ca","63e08bd96bb10c004b1bebe2","63e0e1b9cb5a8e000c33aeb6","63e0e2dbac7424006d7423c9","63e0e31ff701430075fd8086","63e0ec860bb7db0029e563a3","63e2ca532a0a800012412470","63e2dd89222c5a00655913ff","63e2e1f7015023002d63d4a0","63e2e50fd48b0200611013ce","63e42459442fe500344325aa","63e51771c62051081414ebf0","63e534e6c6b1e306b0e8bea3","63e53bcb98909c0043135170","63e541e622d59203f6f966c8","63e5466801bfe8085bee64a0","63e943ae74023d0073080979","63e94734f2132002800da6c2","63e94b2fc02c460025e79903","63e94d82cae4780025d635e0","63e94fc891d4a300191e5829","63e9524dcbe4cd003598ca95","63e960beffdfa8007599c9fe","63e962fc82b44c00111c6999","63e9680f79cfd60044b3e66c","63e96af606dd9b005ac271c8","63e96e6c5aa685000b76da03","63e99fb4cf8c290012e761ac","63e9a1b21877c0001ea3ec54","63e9a333c486f1004c77e7ed","63e9a94b913e62004282ab58","63eb753366d4360035da4b91","63fba75db0c3bb006e5f5584","63fbacdca4ab60000b36a7ca","63fbc714de30f10076e2bb14","63fbc922b0c3bb006e60847e","63fbcbc6d60e80004b18da01","63fbcda726570100536ca8ed","63fbd0d2f7271a00501ab2ba","63fbd4d360fda6001f41e8be","63fbd573793520000a90dadb","63fbd5d1570e0a002d259a3d","63fbd9bbe81ba9000aebcc9f","63fbdf42e015c10026cb38a1","63fbe626828c81004ba110b8","63fc054b35d005004212e4a2","63fc06e87a45120049c67a58","63fc081d7d4db3006c8eb2d0","63fc09811ded75003448d267","63fc0ab6dbee630036851f02","63fc0bb559cba800766980e8","63fc0cc578c8fc00269bc470","63fc0e08dc6c57005ebbaa8f","63fc0eee5b671e002d779e65","63fc106b93e8220018dbab56","63fc12d8ecb0b5005b97ec13","63fc1612e22a1e001875acc8","63fc1b4c59d639007afa50ab","63fc1c4b7cb508003524d07e","63fc1d9406f62f007b03b42c","63fc213bde2e830011aa1e5a","63fc23189b523900182b3e3e","63fc24f07d4db3006c907493","63fc272cc1c2630025a6ab9a","63fc2981a6278700261d76c8","63fcbadaee28f704194ce34b","63fcbd6a4f83e60068b3ab5a","63fcbf87c9f0dc001194db15","63fcc078f7625604f1cedef7","63fcc23de81ba9000afdfa30","63fcc456828a26003efa7d81","63fcc5f5167c4e00256a7a1f","63fcc7c6a6278700262c8ccf","63fcce20b0ff9d0d6144f00a","63fcd0e0bea20a042242a668","63fcd516cec124101ecec1b0","63fcd684f7625604f1d09c92","63fcd8a4e11d98003b8e2c1f","63fcfe2074a5650059436d06","63fd0228418cbf006ce72eb7","63fd13eb1ce54b004a6a5189","6402166d0e7db90066ed93af","64021e8508b76902f3faafc6","6436cba829cfba00409cd8e4","6436cc38885e121860234b0e","6436cd63220130169306e030","66ad0884034bbb0033799c94"],"project":"6257091bd5296800449927ec","releaseDate":"2022-04-13T17:32:12.560Z","createdAt":"2022-04-13T17:32:12.560Z","__v":3,"forked_from":"62a8c2d87eb42e004ae5882f","updatedAt":"2025-06-05T21:59:38.433Z","apiRegistries":[{"filename":"create-assets.json","uuid":"1hlzc84l4em3rje"},{"filename":"consultar-activo.json","uuid":"13qgon13l4eepcp9"},{"filename":"get-an-asset.json","uuid":"41e13ldw4n3ri"},{"filename":"get-user-accounts.json","uuid":"44uyc3alds4fbae"},{"filename":"ordinary-hour-value.json","uuid":"rwdqd11lds6pywv"},{"filename":"get-cost-centers.json"},{"filename":"get-cost-centers-1.json","uuid":"3ryh2vlds7ov61"},{"filename":"update-status-of-an-request.json","uuid":"1m9b1cvlds8lesd"},{"filename":"create-a-new-request.json"},{"filename":"get-request-status-changes.json","uuid":"1m9b1c2vldsa1h1b"},{"filename":"get-the-requests.json"},{"filename":"get-meter-readings.json"},{"filename":"get-meters.json"},{"filename":"insert-reading-into-meter.json"},{"filename":"delete-a-resource-associated-to-a-work-order.json"},{"filename":"updating-a-resource-within-a-wo.json"},{"filename":"update-of-the-note-of-a-wo.json"},{"filename":"update-a-task-within-a-wo.json"},{"filename":"update-the-quantity-delivered.json"},{"filename":"insert-resources-into-a-wo.json"},{"filename":"create-a-work-order.json"},{"filename":"insert-attachment-into-a-wo-task.json"},{"filename":"get-subtasks.json"},{"filename":"get-material-requisitions-from-a-wo.json"},{"filename":"get-task-execution-times-in-wo.json"},{"filename":"get-task-resources.json"},{"filename":"get-the-url-of-the-shared-wos.json"},{"filename":"get-attachments-of-the-wo.json"},{"filename":"get-tasks-in-wo.json"},{"filename":"create-an-unplanned-task.json"},{"filename":"get-detailed-information-on-task-plans.json"},{"filename":"get-pending-tasks.json"},{"filename":"consultar-planes-de-tareas.json"},{"filename":"delete-an-item.json"},{"filename":"update-a-spare-part-from-a-warehouse.json"},{"filename":"update-warehouse.json"},{"filename":"create-a-spare-part-to-a-warehouse.json"},{"filename":"create-purchase-orders.json"},{"filename":"associate-spare-parts-to-a-warehouse.json"},{"filename":"create-a-warehouse.json"},{"filename":"get-purchase-orders.json"},{"filename":"get-details-of-movements.json"},{"filename":"get-outgoing-movements.json"},{"filename":"get-a-spare-part-from-a-warehouse.json"},{"filename":"get-stocks-associated-to-a-warehouse.json"},{"filename":"get-warehouses.json"},{"filename":"create-a-warehouse-entry-from-a-purchase-order.json"},{"filename":"create-entry-to-a-warehouse-without-associated-movements.json"},{"filename":"create-a-total-stock-removal-removal-by-a-wo-external-integration.json"},{"filename":"create-a-total-stock-output-output-by-an-wo.json"},{"filename":"create-a-total-warehouse-output-general-output.json"},{"filename":"create-a-total-stock-output-transfer-between-warehouses.json"},{"filename":"update-a-third-party.json"},{"filename":"create-a-third-party.json"},{"filename":"get-document-management-of-a-third-party.json"},{"filename":"get-third-party.json"},{"filename":"approvecancel-budget.json"},{"filename":"actualizar-valores-en-campos-personalizados-de-los-activosm-prueba.json","uuid":"368wfwnldsrnuob"},{"filename":"consult-transaction-log.json","uuid":"4mw1ildut2u2n"},{"filename":"create-ordinary-hour-value.json","uuid":"kny21ulduve3b3"},{"filename":"create-cost-centers.json","uuid":"kny2alduw2byc"},{"filename":"update-cost-centers.json","uuid":"3nao011lduwjzyp"},{"filename":"consult-document-management-of-an-asset.json","uuid":"4ydc9r1eldw95p65"},{"filename":"query-the-out-of-service-history-of-assets.json","uuid":"mdep1iyldxa7w7f"},{"filename":"query-asset-location-history.json","uuid":"318s1a4ldxep2lz"},{"filename":"query-custom-asset-fields.json","uuid":"318s1g9ldxfr7yh"},{"filename":"query-third-parties-related-to-the-asset.json","uuid":"318s1egldxgoc4l"},{"filename":"create-an-asset.json","uuid":"318s2mldxhd1tz"},{"filename":"create-documents-and-associate-them-to-an-asset.json","uuid":"3z0r72tle1t1mts"},{"filename":"update-an-asset.json","uuid":"17anbhle1tlkm9"},{"filename":"associate-asset-to-a-task-list.json","uuid":"3yipyjci0le1u6vkl"},{"filename":"update-values-in-custom-fields-of-assets.json","uuid":"70hbdle1ujlus"},{"filename":"query-human-resources.json","uuid":"3z0r7ile1v9feo"},{"filename":"query-human-resources-document-management.json","uuid":"17anb39le1xgwxd"},{"filename":"create-a-human-resource.json","uuid":"17anb2ale1xsrvz"},{"filename":"create-documents-and-associate-them-to-a-human-resource.json","uuid":"41quwqle1ykjbv"},{"filename":"update-a-human-resource.json","uuid":"fb7klzble1z1mpc"},{"filename":"query-third-party.json","uuid":"fb7klzile1zjwgr"},{"filename":"query-document-management-of-a-third-party.json","uuid":"255886v11le2727f1"},{"filename":"query-third-party-contacts.json","uuid":"74b92cle27czth"},{"filename":"create-a-third-party-1.json","uuid":"255886v1qle27lado"},{"filename":"update-a-third-party-1.json","uuid":"255886v1nle28j0bn"},{"filename":"query-warehouse.json","uuid":"2tw4q9bzole46lxnt"},{"filename":"query-movements-detais.json","uuid":"12xapv33lelqjr6r"},{"filename":"query-purchase-orders.json","uuid":"fq572slelre9si"},{"filename":"query-a-spare-part-from-a-warehouse.json","uuid":"2o46b76oxlelvh3gv"},{"filename":"query-incoming-transaction.json","uuid":"5ye157uma4bpzgj"},{"filename":"query-outbound-movements.json","uuid":"2o46b76alelw3g0k"},{"filename":"query-stocks-associated-with-a-warehouse.json","uuid":"398kvlelwe8wx"},{"filename":"associate-spare-parts-to-a-warehouse-1.json","uuid":"acurfz1vlelwv4j6"},{"filename":"create-a-warehouse-issue.json","uuid":"398k2olelzer23"},{"filename":"create-warehouse-output.json"},{"filename":"crear-una-salida-de-almacén.json","uuid":"4o71ulelxni7u"},{"filename":"create-warehouse-entry.json","uuid":"398khlely80oe"},{"filename":"create-a-spare-part-to-a-warehouse-1.json","uuid":"102p3yhlelz2xu9"},{"filename":"delete-a-item.json","uuid":"1lyhblem0459a"},{"filename":"groups_tasks.json","uuid":"bylalem4v5u5"},{"filename":"groups_tasks_details.json","uuid":"d4goolem542ds"},{"filename":"tasks.json","uuid":"102p3yalem5az57"},{"filename":"tasks_triggers.json","uuid":"1lyh1xlem5i7e3"},{"filename":"tasks_subtasks.json","uuid":"byl19lem5pydf"},{"filename":"tasks_resources_items.json","uuid":"bylhlem5us4d"},{"filename":"tasks_resources_services.json","uuid":"102p3y38lem61658"},{"filename":"tasks_resources_hourly_rates.json","uuid":"46lj813lem67gkw"},{"filename":"tasks_todo.json","uuid":"1wq42wlem6csy9"},{"filename":"tasks_nonscheduled.json","uuid":"d4go2flem6kuc5"},{"filename":"tasks_from_work_request.json","uuid":"46lj82glem6y202"},{"filename":"wo_budget.json","uuid":"1wq437lem7ffkb"},{"filename":"work_orders_shared_url.json","uuid":"46lj82glem88wg2"},{"filename":"work_orders_tasks_files.json","uuid":"d4go30lem8e4r1"},{"filename":"work_orders.json","uuid":"102p3yvlem8l5jt"},{"filename":"wo_resources.json","uuid":"1lyh1clem94vb5"},{"filename":"wo_execution_times.json","uuid":"byl24lem9ffp3"},{"filename":"work_orders_movements.json","uuid":"d4goalem9q62y"},{"filename":"work_orders_subtasks.json","uuid":"1wq4blema1vlw"},{"filename":"work_orders_attachmentsfolio.json","uuid":"d4go2flemagula"},{"filename":"wo_resourcesid.json","uuid":"102p3y28lemwk6rc"},{"filename":"wo_resources-1.json","uuid":"102p3ysqlemwxjpr"},{"filename":"wo_resourcesid-1.json","uuid":"46lj819lemx942u"},{"filename":"wo_resourcesid-2.json","uuid":"d4goqqlemxf5o5"},{"filename":"work_orders_tasks_files-1.json","uuid":"1lyh238lemxoixz"},{"filename":"wo_resources_qty_delivered.json","uuid":"6z97y12wlemy1x8u"},{"filename":"work_orders_subtasks-1.json","uuid":"102p3y3alemy9gbz"},{"filename":"work_orderswo_folio.json","uuid":"d4go1w8lemyingm"},{"filename":"wo_responsiblefolio.json","uuid":"1wq42s5lemzhbw5"},{"filename":"meters_list.json","uuid":"6z97y12nolemzwyto"},{"filename":"meters_reading_list.json","uuid":"d4goolen0jora"},{"filename":"meter_readingid.json","uuid":"6z97y12uulen0s60g"},{"filename":"hwork_requests.json","uuid":"1lyh12len13szi"},{"filename":"work_requests_status.json","uuid":"1jts32len74933"},{"filename":"work_requests_attachmentscode.json","uuid":"1jts2mlen7h9n6"},{"filename":"material_requestscode.json","uuid":"gmtv71dlena47qz"},{"filename":"create-users-accounts.json","uuid":"kxka2ulesppdq9"},{"filename":"assets.json","uuid":"5smt37lesqti7q"},{"filename":"create-a-service.json"},{"filename":"inventory-adjustment.json","uuid":"1n1bzh1flzcx1yhf"}],"pdfStatus":"","source":"readme"},{"_id":"630d12ac215bad005de84f5c","version":"3-pt","version_clean":"3.0.0-pt","codename":"Portugués","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["6257091cd5296800449927f5","6257091cd5296800449927f5","6257091cd5296800449927fb","630d12ac215bad005de84f50","62a0d01f8403df003e6e48da","62a0d0929a4bf4007f278851","62a0d2cabea009001a9a8a98","630d12ac215bad005de84f51","630d12ac215bad005de84f52","630d12ac215bad005de84f53","630d12ac215bad005de84f54","6376bf60127d990003174516","63850f06478221000ff73750","638513c1c141d0004f84c620","638515aa29bdcf015a9e877e","638517f94619840092ce7bfb","63851b9bd278d6002b85ea0d","63851d972d80c5001682f5a6","63851ea5a47c030010490da6","639b64dbcca00b00330364be","639b68f8967c43000fb775a1","639b6c797ec1990042b357d7","639b6ed572915b0039741707","639b6fe5018cc7001d90c110","639b726a8ba6bd007635ef83","63a99d153768b00024082c15","63a9a504c1aab500109b107d","63a9a7767b2fbd0044cc1350","63a9ad5b0335cb001fc99249","63a9b40ac2a1f7009a1548f9","63a9bb0e556b1b0010257a3c","63a9be13fb6742007edf9ec4","63a9c36ec60ee30097a58e26","63a9de6cbe13e500894160ad","63a9e1e2be13e50089416c79","63a9f19165c22100911959c6","63a9f511a68f7e03e932d023","63a9fabb6aa5590016dd9f7f","63b2d59926c8990023535746","63b2e00e0217750075c23e9e","63b2e5b164fe7d002dfbb029","63b2e8ed26c8990023586be7","63b8239a7c5f27037cde5aa6","63b829404ab2a9002b38cfe7","63b830e907e0e1005d05fa55","63b85f2fbb07cf0e62ef3a95","63b861d56ac3cd00739fe806","63b8643843a71e00312c32a7","63b867563a312a001d72877f","63b86cb66bea8f0162f7872b","63b872130b63cd1073c6b764","63b881e471cbee015b47647c","63b889a66741ee0070c61f31","63bd6bfc30ea280024a10952","63bdcbf48aff7d00aea5027c","63bdcf6f64fb770023d79cb7","63bdd0a611a7450026113624","63bdd5807d13a900886b8774","63c05b8a9461c312fd55a21a","63c05dd32a22ee108da7ee36","63c05f04023cb80f27da611d","63c061145baf30003b085e89","63c06708f918e9000f81ffc0","63c068b647c8f8003a60b236","63c52bbcdec1200033835f0f","63c52d868438ce005495dbad","63c531a779b17e05f396c08c","63d8053fd6f3130cb694d1df","63d81777e45f4e031ee773a4","63e24dffefd9a80022766a72","63e251a6ed92050021dc3720","63e254ec211f1d000c4da927","63e2567537fd9303fd3a79bc","63e258c889e2c30026eec2ba","63e2591374c1cf0028d34fa5","63e259833644ed0012fd31bb","63e259acce0a81006d3fcfa8","63e3ef7d380e3b0ee33c0212","63e3efa1d53875003b9fea64","63e3efc85aace1002c767168","63e3efea419ba5003d4f313c","63eccc46119f050049cbfae7","63eccc84efc81b04a28a2507","63ecccda78ddec00113a5912","63eccd30e7b0a603b9e7e283","63ee1e387fcfae003b1b38aa","63ee1e6f94fb730019b4c4a0","63ee1eaddd3902005c44ab60","63ee1ee9baf33a0072da5f62","63ee1f8aba013b0043da6fef","63ee1fc513f6f500349b83fa","63ee1fff17207800183b2d09","63ee206c9ef1c70033e1b6f5","63ee208aaad220007a028695","63efc7a4751435001f32cbf9","63efc7d5b351150025c9bbd7","63efc7fd1cc88a000ac06c11","63efc84e050ec5003cc23c9b","63efc87478d62f0067e311a5","63efea332631bb0011636915","63f8bc620f3538001828b01f","63f8bf4d7fcec1006fb10ed0","64133e492b5b9e0043f2314a","641342148b79f10b17066621","641362e863b0c00058ead82f","663cd201d047fd0019c8f082","663cdaeefbe8a90018c64623","664f75431807cc0057244b6b","67617ffbf518c1000ff9a2d9","67ed41989d3079002b418a89"],"project":"6257091bd5296800449927ec","releaseDate":"2022-04-13T17:32:12.560Z","createdAt":"2022-04-13T17:32:12.560Z","__v":2,"forked_from":"62a8c4528db2710079164257","updatedAt":"2025-06-05T21:59:38.442Z","apiRegistries":[{"filename":"consultar-activo.json","uuid":"13qgon13l4eepcp9"},{"filename":"consultar-un-activo.json","uuid":"3qzzvi2fl476tsnq"},{"filename":"crear-un-activo.json","uuid":"1hlzcxl4ekqz0a"},{"filename":"consultar-contas-de-usuários.json","uuid":"hgr1m8leij13ku"},{"filename":"valor-hora-ordinária.json","uuid":"xrx9517lb17vxwe"},{"filename":"consultar-centros-de-custo.json","uuid":"2l4c2tlb18cta1"},{"filename":"consultar-log-de-transações.json","uuid":"hjgan35lb18yisq"},{"filename":"criar-valor-hora-ordinária.json","uuid":"2l4cglb197qfy"},{"filename":"criar-centros-de-custo.json","uuid":"13c0sl49lb19gul1"},{"filename":"atualizar-o-valor-da-hora-ordinária.json","uuid":"xrx953mlb19n2ix"},{"filename":"consultar-a-gestão-de-documentos-de-um-ativo.json","uuid":"1rex26lbpf2i2l"},{"filename":"consultar-a-gestão-de-documentos-de-um-ativo-1.json","uuid":"9jq4flbpfijeq"},{"filename":"consultar-histórico-de-localizações-dos-ativos.json","uuid":"5z1q1jlyyu8abt"},{"filename":"atualizar-centro-de-custo.json","uuid":"eyn7glbpg9q33"},{"filename":"consulta-de-campos-de-ativos-personalizados.json","uuid":"4efx7u18lbpglja4"},{"filename":"consultar-terceiros-relacionados-com-o-ativo.json","uuid":"bz6x4tlbpgtfrf"},{"filename":"criar-documentos-e-associá-los-a-um-ativo.json","uuid":"imp1flc4ul298"},{"filename":"atualizar-um-ativo.json","uuid":"12nh6s3mlc4uz75j"},{"filename":"atualizar-valores-em-campos-personalizados-de-ativos.json","uuid":"5p6y152xlc4vok1o"},{"filename":"associar-um-ativo-a-um-plano-de-tarefas.json","uuid":"2o86nlc4w7s3u"},{"filename":"consulta-de-recursos-humanos.json","uuid":"axbu1olc4xy06y"},{"filename":"consultar-a-gestão-de-documentos-de-recursos-humanos.json","uuid":"u23cs3tlc4yem1j"},{"filename":"criando-um-recurso-humano.json","uuid":"1jk84j45lc4z3r97"},{"filename":"criar-documentos-e-associá-los-a-um-recurso-humano.json","uuid":"2o8611lc4zm2p2"},{"filename":"atualizar-um-recurso-humano.json","uuid":"5p6y15glc53qtbs"},{"filename":"consultar-orçamento.json","uuid":"imp13vlc55e91v"},{"filename":"aprovarcancelar-orçamento.json","uuid":"axbu3jlc56qwub"},{"filename":"consulta-de-terceiros.json","uuid":"1jk84jflc57ilzh"},{"filename":"consultar-a-gestão-de-documentos-de-terceiros.json","uuid":"u23cs3ilc583n6k"},{"filename":"consultar-contatos-de-terceiros.json","uuid":"4wlv411lceuo3w4"},{"filename":"criar-um-terceiro.json","uuid":"4wlv411lcevmr9v"},{"filename":"atualizar-um-terceiro.json","uuid":"emfvp1wlcevzs77"},{"filename":"consultar-armazéns.json","uuid":"4013y12lvzja1tm"},{"filename":"consultar-detalhes-dos-movimentos.json","uuid":"2qtw18lckl12ck"},{"filename":"consulta-de-ordem-de-compra.json","uuid":"22jt2zlcklkn0b"},{"filename":"consultar-uma-peça-de-reposição-de-um-armazém.json","uuid":"1fjmcs1lckmky1b"},{"filename":"consulta-movimentos-de-entrada.json","uuid":"18k0933ma4bgk8g"},{"filename":"consulta-sobre-os-movimentos-de-saída.json","uuid":"17kgj53plcktzf3k"},{"filename":"criar-um-armazém.json","uuid":"22jt2plckuh3fv"},{"filename":"associar-peças-de-reposição-a-um-armazém.json","uuid":"1fjmcilckuug64"},{"filename":"criar-ordens-de-compra.json","uuid":"9myjmk2iqlckw3opr"},{"filename":"criar-uma-saída-de-estoque.json","uuid":"22jtv8lckw7dfc"},{"filename":"criar-uma-entrada-no-armazém.json","uuid":"1fjmcilckzq3sw"},{"filename":"criar-uma-peça-sobressalente-para-um-armazém.json","uuid":"k6gw61ulcl0lbmi"},{"filename":"atualizar-armazém.json","uuid":"p3p7inlcqas87d"},{"filename":"atualizar-uma-peça-de-reposição-em-um-armazém.json","uuid":"1qdku32olcqpgehm"},{"filename":"eliminar-um-item-do-estoque.json","uuid":"pa4banlcqpmkcy"},{"filename":"consultar-os-estoques-associados-a-um-armazém.json","uuid":"a51644lcqpztew"},{"filename":"consulta-de-solicitações.json","uuid":"3cg58s3flcqqgidr"},{"filename":"consulta-de-mudanças-de-status-das-solicitações.json","uuid":"1jo4810lcth5rv0"},{"filename":"consultar-anexos-da-solicitação-de-serviço.json","uuid":"16vgmtglcthdvud"},{"filename":"criar-uma-nova-solicitação.json","uuid":"6a8t38lcthor1e"},{"filename":"atualizar-status-de-uma-solicitação.json","uuid":"33mes7t2alcthvm5r"},{"filename":"consultar-planos-de-tarefas.json","uuid":"1jo484vlctisd1c"},{"filename":"consultar-tarefas-pendentes.json","uuid":"1jo4846nlctjgnf7"},{"filename":"consultar-informações-detalhadas-de-planos-de-tarefas.json","uuid":"djjay3ilcyosptw"},{"filename":"criar-uma-tarefa-não-planejada.json","uuid":"djjayglcypjp7w"},{"filename":"criar-uma-tarefa-pendente-a-partir-de-uma-solicitação-de-trabalho.json","uuid":"4ayx01ulcyqeyak"},{"filename":"consultar-os-ativadores-de-tarefas.json","uuid":"g2g12iyldj60c8s"},{"filename":"consultar-as-sub-tarefas-de-tarefas.json","uuid":"1ggp2h2hqldj731lh"},{"filename":"consultar-tarefas.json","uuid":"3xke3jldu9xsib"},{"filename":"consultar-recursos-do-tipo-inventário-da-tarefas.json","uuid":"21ezq1iileijtlif"},{"filename":"consultar-recursos-do-tipo-de-serviço-das-tarefas.json","uuid":"clbolduao4gm"},{"filename":"consultar-recursos-humanos-das-tarefas.json","uuid":"16tvds2llduarg1q"},{"filename":"consultar-a-url-de-oss-compartilhadas.json","uuid":"6zcja11jldvnyxb8"},{"filename":"consultar-os-anexos-da-os.json","uuid":"6zcja122ldvo48g4"},{"filename":"consulta-de-tarefas-em-oss.json","uuid":"3nao06fldvo4p1g"},{"filename":"consultar-recursos-da-tarefa.json","uuid":"hvp712ldvo54kj"},{"filename":"consultar-os-tempos-de-execução-das-tarefas-no-os.json","uuid":"kdx3hldw1aqve"},{"filename":"consultar-as-requisições-de-material-de-um-os.json","uuid":"6zcja118ldw1bguq"},{"filename":"consulta-de-subtarefas.json","uuid":"6zcja11v3ldw1bwo6"},{"filename":"consultar-os-anexos-de-uma-ordem-de-trabalho.json","uuid":"kdx32uldw1ca80"},{"filename":"criar-uma-ordem-de-serviço.json","uuid":"fzwla2qkle5n8ezu"},{"filename":"criar-recursos-catalogados-do-tipo-inventário-em-uma-os.json","uuid":"1y1zkile5nkwgh"},{"filename":"criar-recursos-catalogados-do-tipo-recursos-humanos-em-uma-os.json","uuid":"fzwlawyle5nlpdc"},{"filename":"criar-recursos-catalogados-do-tipo-serviço-em-uma-os.json","uuid":"550sp2sle5nmkkl"},{"filename":"inserir-recursos-do-tipo-serviço-não-catalogado-em-uma-os.json","uuid":"cs7d26le72wsue"},{"filename":"inserção-de-recursos-não-catalogados-do-tipo-inventário-em-uma-os.json","uuid":"2bevk15le72xhrt"},{"filename":"inserir-anexo-em-uma-tarefa-os.json","uuid":"cs7d1hle72y1ca"},{"filename":"atualização-da-quantidade-entregue.json","uuid":"5vhv2hzle72ygvg"},{"filename":"atualizar-valores-para-subtarefas-dentro-das-oss.json","uuid":"el66i1xble73091z"},{"filename":"atualizar-a-nota-de-uma-os.json","uuid":"el66i19nle730t5v"},{"filename":"atualizar-um-recurso-dentro-de-uma-os.json","uuid":"5vhvole731ian"},{"filename":"atualizar-a-pessoa-encarregada-de-uma-os.json","uuid":"cs7d21le732ciu"},{"filename":"eliminar-um-recurso-associado-a-uma-ordem-de-trabalho.json","uuid":"2bevk28ule732t7n"},{"filename":"medidores.json","uuid":"akt5hablhpnj0ai"},{"filename":"consultar-leituras-dos-medidores.json","uuid":"mr4xble8vgly7"},{"filename":"inserir-a-leitura-em-um-medidor.json","uuid":"1zvuy17vle8vhbld"},{"filename":"consulta-de-solicitação-de-material.json","uuid":"1ih29le8vi0ox"},{"filename":"atualizar-a-nota-de-um-pedido-de-material.json","uuid":"1ih1ple8vj4v2"},{"filename":"criar-contas-de-usuario.json","uuid":"1itnm19jleikpmek"},{"filename":"atualizar-contas-de-usuário.json","uuid":"5d8ybleilvkqa"},{"filename":"serviços-associados-a-terceiros.json","uuid":"1ava91wlfbb4im2"},{"filename":"criar-um-serviço.json","uuid":"1a8bhp21lfbbzj3i"},{"filename":"atualizar-ordens-de-compra.json","uuid":"gbgw2ulfbhvdpd"},{"filename":"ajuste-de-inventario.json","uuid":"e3ilvzav41c"},{"filename":"armazens.json","uuid":"e3olvzc1gl8"},{"filename":"reprogramar-tarefas-pendentes.json","uuid":"evq7164xm4sj2f4z"},{"filename":"consultar-iteracoes-das-tarefas.json","uuid":"14rer6fm9005duy"}],"pdfStatus":"","source":"readme"}],"variableDefaults":[{"source":"server","_id":"6619367dc9ad00000f5bf205","name":"id","default":"id","apiSetting":"6619365b142fe100435a4aa8","type":""}],"webhookEnabled":false,"isHubEditable":true},"projectStore":{"data":{"allow_crawlers":"disabled","canonical_url":null,"default_version":{"name":"1-Es"},"description":null,"glossary":[{"_id":"6257091bd5296800449927ed","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"homepage_url":null,"id":"6257091bd5296800449927ec","name":"Fracttal API","parent":null,"redirects":[],"sitemap":"disabled","llms_txt":"disabled","subdomain":"fracttal-developers","suggested_edits":"enabled","uri":"/projects/me","variable_defaults":[{"name":"id","default":"id","source":"server","type":"","id":"6619367dc9ad00000f5bf205"}],"webhooks":[],"api_designer":{"allow_editing":"enabled"},"custom_login":{"login_url":null,"logout_url":null},"features":{"mdx":"enabled"},"mcp":{},"onboarding_completed":{"api":true,"appearance":true,"documentation":true,"domain":false,"jwt":false,"logs":false,"metricsSDK":false},"pages":{"not_found":null},"privacy":{"openapi":"admin","password":null,"view":"public"},"refactored":{"status":"enabled","migrated":"successful"},"seo":{"overwrite_title_tag":"disabled"},"plan":{"type":"startup2018","grace_period":{"enabled":false,"end_date":null},"trial":{"expired":false,"end_date":"2022-04-27T17:32:11.436Z"}},"reference":{"api_sdk_snippets":"disabled","defaults":"use_only_if_required","json_editor":"disabled","oauth_flows":"disabled","request_history":"disabled","response_examples":"expanded","response_schemas":"collapsed","sdk_snippets":{"external":"disabled"}},"health_check":{"provider":"none","settings":{"manual":{"status":"down","url":null},"statuspage":{"id":null}}},"integrations":{"aws":{"readme_webhook_login":{"region":null,"external_id":null,"role_arn":null,"usage_plan_id":null}},"bing":{"verify":null},"google":{"analytics":null,"site_verification":null},"heap":{"id":null},"koala":{"key":null},"localize":{"key":null},"postman":{"key":null,"client_id":null,"client_secret":null},"recaptcha":{"site_key":null,"secret_key":null},"segment":{"key":null,"domain":null},"speakeasy":{"key":null},"stainless":{"key":null,"name":null},"typekit":{"key":null},"zendesk":{"subdomain":null},"intercom":{"app_id":null,"secure_mode":{"key":null,"email_only":false}}},"permissions":{"appearance":{"private_label":"disabled","custom_code":{"css":"disabled","html":"disabled","js":"disabled"}}},"appearance":{"brand":{"primary_color":"#4687F1","link_color":"#4687F1","theme":"system"},"changelog":{"layout":"continuous","show_author":false,"show_exact_date":true},"markdown":{"callouts":{"icon_font":"emojis"}},"table_of_contents":"disabled","whats_next_label":null,"footer":{"readme_logo":"show"},"logo":{"size":"default","dark_mode":{"uri":null,"url":"https://files.readme.io/f6e6253-favicon_1.ico","name":"f6e6253-favicon_1.ico","width":48,"height":48,"color":"#000000","links":{"original_url":null}},"main":{"uri":"/images/666312af60952f0031f14de3","url":"https://files.readme.io/c44f201-small-small_logo_dev.png","name":"c44f201-small-small_logo_dev.png","width":150,"height":24,"color":"#000000","links":{"original_url":"https://files.readme.io/b77f7d8-small_logo_dev.png"}},"favicon":{"uri":null,"url":"https://files.readme.io/61c3a4e-favicon_1.ico","name":"61c3a4e-favicon_1.ico","width":48,"height":48,"color":"#000000","links":{"original_url":null}}},"custom_code":{"css":null,"js":null,"html":{"header":null,"home_footer":null,"page_footer":null}},"header":{"type":"line","gradient_color":null,"link_style":"buttons","overlay":{"fill":"auto","type":"triangles","position":"top-left","image":{"uri":null,"url":null,"name":null,"width":null,"height":null,"color":null,"links":{"original_url":null}}}},"ai":{"dropdown":"disabled","options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","view_as_markdown":"enabled"}},"navigation":{"first_page":"landing_page","left":[],"logo_link":"landing_page","page_icons":"enabled","right":[{"type":"link_url","title":"Fracttal →","url":"https://www.fracttal.com/","custom_page":null}],"sub_nav":[],"subheader_layout":"links","version":"enabled","links":{"home":{"label":"Home","visibility":"enabled"},"graphql":{"label":"GraphQL","visibility":"disabled"},"guides":{"label":"Guides","alias":"Docs","visibility":"enabled"},"reference":{"label":"API Reference","alias":"API Endpoints","visibility":"enabled"},"recipes":{"label":"Recipes","alias":null,"visibility":"disabled"},"changelog":{"label":"Changelog","alias":"Fracttal HUB","visibility":"disabled"},"discussions":{"label":"Discussions","alias":null,"visibility":"disabled"}}}},"git":{"connection":{"repository":{},"organization":null,"status":"inactive"}}}},"version":{"_id":"630d12ac215bad005de84f5c","version":"3-pt","version_clean":"3.0.0-pt","codename":"Portugués","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["6257091cd5296800449927f5","6257091cd5296800449927f5","6257091cd5296800449927fb","630d12ac215bad005de84f50","62a0d01f8403df003e6e48da","62a0d0929a4bf4007f278851","62a0d2cabea009001a9a8a98","630d12ac215bad005de84f51","630d12ac215bad005de84f52","630d12ac215bad005de84f53","630d12ac215bad005de84f54","6376bf60127d990003174516","63850f06478221000ff73750","638513c1c141d0004f84c620","638515aa29bdcf015a9e877e","638517f94619840092ce7bfb","63851b9bd278d6002b85ea0d","63851d972d80c5001682f5a6","63851ea5a47c030010490da6","639b64dbcca00b00330364be","639b68f8967c43000fb775a1","639b6c797ec1990042b357d7","639b6ed572915b0039741707","639b6fe5018cc7001d90c110","639b726a8ba6bd007635ef83","63a99d153768b00024082c15","63a9a504c1aab500109b107d","63a9a7767b2fbd0044cc1350","63a9ad5b0335cb001fc99249","63a9b40ac2a1f7009a1548f9","63a9bb0e556b1b0010257a3c","63a9be13fb6742007edf9ec4","63a9c36ec60ee30097a58e26","63a9de6cbe13e500894160ad","63a9e1e2be13e50089416c79","63a9f19165c22100911959c6","63a9f511a68f7e03e932d023","63a9fabb6aa5590016dd9f7f","63b2d59926c8990023535746","63b2e00e0217750075c23e9e","63b2e5b164fe7d002dfbb029","63b2e8ed26c8990023586be7","63b8239a7c5f27037cde5aa6","63b829404ab2a9002b38cfe7","63b830e907e0e1005d05fa55","63b85f2fbb07cf0e62ef3a95","63b861d56ac3cd00739fe806","63b8643843a71e00312c32a7","63b867563a312a001d72877f","63b86cb66bea8f0162f7872b","63b872130b63cd1073c6b764","63b881e471cbee015b47647c","63b889a66741ee0070c61f31","63bd6bfc30ea280024a10952","63bdcbf48aff7d00aea5027c","63bdcf6f64fb770023d79cb7","63bdd0a611a7450026113624","63bdd5807d13a900886b8774","63c05b8a9461c312fd55a21a","63c05dd32a22ee108da7ee36","63c05f04023cb80f27da611d","63c061145baf30003b085e89","63c06708f918e9000f81ffc0","63c068b647c8f8003a60b236","63c52bbcdec1200033835f0f","63c52d868438ce005495dbad","63c531a779b17e05f396c08c","63d8053fd6f3130cb694d1df","63d81777e45f4e031ee773a4","63e24dffefd9a80022766a72","63e251a6ed92050021dc3720","63e254ec211f1d000c4da927","63e2567537fd9303fd3a79bc","63e258c889e2c30026eec2ba","63e2591374c1cf0028d34fa5","63e259833644ed0012fd31bb","63e259acce0a81006d3fcfa8","63e3ef7d380e3b0ee33c0212","63e3efa1d53875003b9fea64","63e3efc85aace1002c767168","63e3efea419ba5003d4f313c","63eccc46119f050049cbfae7","63eccc84efc81b04a28a2507","63ecccda78ddec00113a5912","63eccd30e7b0a603b9e7e283","63ee1e387fcfae003b1b38aa","63ee1e6f94fb730019b4c4a0","63ee1eaddd3902005c44ab60","63ee1ee9baf33a0072da5f62","63ee1f8aba013b0043da6fef","63ee1fc513f6f500349b83fa","63ee1fff17207800183b2d09","63ee206c9ef1c70033e1b6f5","63ee208aaad220007a028695","63efc7a4751435001f32cbf9","63efc7d5b351150025c9bbd7","63efc7fd1cc88a000ac06c11","63efc84e050ec5003cc23c9b","63efc87478d62f0067e311a5","63efea332631bb0011636915","63f8bc620f3538001828b01f","63f8bf4d7fcec1006fb10ed0","64133e492b5b9e0043f2314a","641342148b79f10b17066621","641362e863b0c00058ead82f","663cd201d047fd0019c8f082","663cdaeefbe8a90018c64623","664f75431807cc0057244b6b","67617ffbf518c1000ff9a2d9","67ed41989d3079002b418a89"],"project":"6257091bd5296800449927ec","releaseDate":"2022-04-13T17:32:12.560Z","createdAt":"2022-04-13T17:32:12.560Z","__v":2,"forked_from":"62a8c4528db2710079164257","updatedAt":"2025-06-05T21:59:38.442Z","apiRegistries":[{"filename":"consultar-activo.json","uuid":"13qgon13l4eepcp9"},{"filename":"consultar-un-activo.json","uuid":"3qzzvi2fl476tsnq"},{"filename":"crear-un-activo.json","uuid":"1hlzcxl4ekqz0a"},{"filename":"consultar-contas-de-usuários.json","uuid":"hgr1m8leij13ku"},{"filename":"valor-hora-ordinária.json","uuid":"xrx9517lb17vxwe"},{"filename":"consultar-centros-de-custo.json","uuid":"2l4c2tlb18cta1"},{"filename":"consultar-log-de-transações.json","uuid":"hjgan35lb18yisq"},{"filename":"criar-valor-hora-ordinária.json","uuid":"2l4cglb197qfy"},{"filename":"criar-centros-de-custo.json","uuid":"13c0sl49lb19gul1"},{"filename":"atualizar-o-valor-da-hora-ordinária.json","uuid":"xrx953mlb19n2ix"},{"filename":"consultar-a-gestão-de-documentos-de-um-ativo.json","uuid":"1rex26lbpf2i2l"},{"filename":"consultar-a-gestão-de-documentos-de-um-ativo-1.json","uuid":"9jq4flbpfijeq"},{"filename":"consultar-histórico-de-localizações-dos-ativos.json","uuid":"5z1q1jlyyu8abt"},{"filename":"atualizar-centro-de-custo.json","uuid":"eyn7glbpg9q33"},{"filename":"consulta-de-campos-de-ativos-personalizados.json","uuid":"4efx7u18lbpglja4"},{"filename":"consultar-terceiros-relacionados-com-o-ativo.json","uuid":"bz6x4tlbpgtfrf"},{"filename":"criar-documentos-e-associá-los-a-um-ativo.json","uuid":"imp1flc4ul298"},{"filename":"atualizar-um-ativo.json","uuid":"12nh6s3mlc4uz75j"},{"filename":"atualizar-valores-em-campos-personalizados-de-ativos.json","uuid":"5p6y152xlc4vok1o"},{"filename":"associar-um-ativo-a-um-plano-de-tarefas.json","uuid":"2o86nlc4w7s3u"},{"filename":"consulta-de-recursos-humanos.json","uuid":"axbu1olc4xy06y"},{"filename":"consultar-a-gestão-de-documentos-de-recursos-humanos.json","uuid":"u23cs3tlc4yem1j"},{"filename":"criando-um-recurso-humano.json","uuid":"1jk84j45lc4z3r97"},{"filename":"criar-documentos-e-associá-los-a-um-recurso-humano.json","uuid":"2o8611lc4zm2p2"},{"filename":"atualizar-um-recurso-humano.json","uuid":"5p6y15glc53qtbs"},{"filename":"consultar-orçamento.json","uuid":"imp13vlc55e91v"},{"filename":"aprovarcancelar-orçamento.json","uuid":"axbu3jlc56qwub"},{"filename":"consulta-de-terceiros.json","uuid":"1jk84jflc57ilzh"},{"filename":"consultar-a-gestão-de-documentos-de-terceiros.json","uuid":"u23cs3ilc583n6k"},{"filename":"consultar-contatos-de-terceiros.json","uuid":"4wlv411lceuo3w4"},{"filename":"criar-um-terceiro.json","uuid":"4wlv411lcevmr9v"},{"filename":"atualizar-um-terceiro.json","uuid":"emfvp1wlcevzs77"},{"filename":"consultar-armazéns.json","uuid":"4013y12lvzja1tm"},{"filename":"consultar-detalhes-dos-movimentos.json","uuid":"2qtw18lckl12ck"},{"filename":"consulta-de-ordem-de-compra.json","uuid":"22jt2zlcklkn0b"},{"filename":"consultar-uma-peça-de-reposição-de-um-armazém.json","uuid":"1fjmcs1lckmky1b"},{"filename":"consulta-movimentos-de-entrada.json","uuid":"18k0933ma4bgk8g"},{"filename":"consulta-sobre-os-movimentos-de-saída.json","uuid":"17kgj53plcktzf3k"},{"filename":"criar-um-armazém.json","uuid":"22jt2plckuh3fv"},{"filename":"associar-peças-de-reposição-a-um-armazém.json","uuid":"1fjmcilckuug64"},{"filename":"criar-ordens-de-compra.json","uuid":"9myjmk2iqlckw3opr"},{"filename":"criar-uma-saída-de-estoque.json","uuid":"22jtv8lckw7dfc"},{"filename":"criar-uma-entrada-no-armazém.json","uuid":"1fjmcilckzq3sw"},{"filename":"criar-uma-peça-sobressalente-para-um-armazém.json","uuid":"k6gw61ulcl0lbmi"},{"filename":"atualizar-armazém.json","uuid":"p3p7inlcqas87d"},{"filename":"atualizar-uma-peça-de-reposição-em-um-armazém.json","uuid":"1qdku32olcqpgehm"},{"filename":"eliminar-um-item-do-estoque.json","uuid":"pa4banlcqpmkcy"},{"filename":"consultar-os-estoques-associados-a-um-armazém.json","uuid":"a51644lcqpztew"},{"filename":"consulta-de-solicitações.json","uuid":"3cg58s3flcqqgidr"},{"filename":"consulta-de-mudanças-de-status-das-solicitações.json","uuid":"1jo4810lcth5rv0"},{"filename":"consultar-anexos-da-solicitação-de-serviço.json","uuid":"16vgmtglcthdvud"},{"filename":"criar-uma-nova-solicitação.json","uuid":"6a8t38lcthor1e"},{"filename":"atualizar-status-de-uma-solicitação.json","uuid":"33mes7t2alcthvm5r"},{"filename":"consultar-planos-de-tarefas.json","uuid":"1jo484vlctisd1c"},{"filename":"consultar-tarefas-pendentes.json","uuid":"1jo4846nlctjgnf7"},{"filename":"consultar-informações-detalhadas-de-planos-de-tarefas.json","uuid":"djjay3ilcyosptw"},{"filename":"criar-uma-tarefa-não-planejada.json","uuid":"djjayglcypjp7w"},{"filename":"criar-uma-tarefa-pendente-a-partir-de-uma-solicitação-de-trabalho.json","uuid":"4ayx01ulcyqeyak"},{"filename":"consultar-os-ativadores-de-tarefas.json","uuid":"g2g12iyldj60c8s"},{"filename":"consultar-as-sub-tarefas-de-tarefas.json","uuid":"1ggp2h2hqldj731lh"},{"filename":"consultar-tarefas.json","uuid":"3xke3jldu9xsib"},{"filename":"consultar-recursos-do-tipo-inventário-da-tarefas.json","uuid":"21ezq1iileijtlif"},{"filename":"consultar-recursos-do-tipo-de-serviço-das-tarefas.json","uuid":"clbolduao4gm"},{"filename":"consultar-recursos-humanos-das-tarefas.json","uuid":"16tvds2llduarg1q"},{"filename":"consultar-a-url-de-oss-compartilhadas.json","uuid":"6zcja11jldvnyxb8"},{"filename":"consultar-os-anexos-da-os.json","uuid":"6zcja122ldvo48g4"},{"filename":"consulta-de-tarefas-em-oss.json","uuid":"3nao06fldvo4p1g"},{"filename":"consultar-recursos-da-tarefa.json","uuid":"hvp712ldvo54kj"},{"filename":"consultar-os-tempos-de-execução-das-tarefas-no-os.json","uuid":"kdx3hldw1aqve"},{"filename":"consultar-as-requisições-de-material-de-um-os.json","uuid":"6zcja118ldw1bguq"},{"filename":"consulta-de-subtarefas.json","uuid":"6zcja11v3ldw1bwo6"},{"filename":"consultar-os-anexos-de-uma-ordem-de-trabalho.json","uuid":"kdx32uldw1ca80"},{"filename":"criar-uma-ordem-de-serviço.json","uuid":"fzwla2qkle5n8ezu"},{"filename":"criar-recursos-catalogados-do-tipo-inventário-em-uma-os.json","uuid":"1y1zkile5nkwgh"},{"filename":"criar-recursos-catalogados-do-tipo-recursos-humanos-em-uma-os.json","uuid":"fzwlawyle5nlpdc"},{"filename":"criar-recursos-catalogados-do-tipo-serviço-em-uma-os.json","uuid":"550sp2sle5nmkkl"},{"filename":"inserir-recursos-do-tipo-serviço-não-catalogado-em-uma-os.json","uuid":"cs7d26le72wsue"},{"filename":"inserção-de-recursos-não-catalogados-do-tipo-inventário-em-uma-os.json","uuid":"2bevk15le72xhrt"},{"filename":"inserir-anexo-em-uma-tarefa-os.json","uuid":"cs7d1hle72y1ca"},{"filename":"atualização-da-quantidade-entregue.json","uuid":"5vhv2hzle72ygvg"},{"filename":"atualizar-valores-para-subtarefas-dentro-das-oss.json","uuid":"el66i1xble73091z"},{"filename":"atualizar-a-nota-de-uma-os.json","uuid":"el66i19nle730t5v"},{"filename":"atualizar-um-recurso-dentro-de-uma-os.json","uuid":"5vhvole731ian"},{"filename":"atualizar-a-pessoa-encarregada-de-uma-os.json","uuid":"cs7d21le732ciu"},{"filename":"eliminar-um-recurso-associado-a-uma-ordem-de-trabalho.json","uuid":"2bevk28ule732t7n"},{"filename":"medidores.json","uuid":"akt5hablhpnj0ai"},{"filename":"consultar-leituras-dos-medidores.json","uuid":"mr4xble8vgly7"},{"filename":"inserir-a-leitura-em-um-medidor.json","uuid":"1zvuy17vle8vhbld"},{"filename":"consulta-de-solicitação-de-material.json","uuid":"1ih29le8vi0ox"},{"filename":"atualizar-a-nota-de-um-pedido-de-material.json","uuid":"1ih1ple8vj4v2"},{"filename":"criar-contas-de-usuario.json","uuid":"1itnm19jleikpmek"},{"filename":"atualizar-contas-de-usuário.json","uuid":"5d8ybleilvkqa"},{"filename":"serviços-associados-a-terceiros.json","uuid":"1ava91wlfbb4im2"},{"filename":"criar-um-serviço.json","uuid":"1a8bhp21lfbbzj3i"},{"filename":"atualizar-ordens-de-compra.json","uuid":"gbgw2ulfbhvdpd"},{"filename":"ajuste-de-inventario.json","uuid":"e3ilvzav41c"},{"filename":"armazens.json","uuid":"e3olvzc1gl8"},{"filename":"reprogramar-tarefas-pendentes.json","uuid":"evq7164xm4sj2f4z"},{"filename":"consultar-iteracoes-das-tarefas.json","uuid":"14rer6fm9005duy"}],"pdfStatus":"","source":"readme"}},"is404":false,"isDetachedProductionSite":false,"lang":"en","langFull":"Default","reqUrl":"/v3-pt/reference/criar-medidores","version":{"_id":"630d12ac215bad005de84f5c","version":"3-pt","version_clean":"3.0.0-pt","codename":"Portugués","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["6257091cd5296800449927f5","6257091cd5296800449927f5","6257091cd5296800449927fb","630d12ac215bad005de84f50","62a0d01f8403df003e6e48da","62a0d0929a4bf4007f278851","62a0d2cabea009001a9a8a98","630d12ac215bad005de84f51","630d12ac215bad005de84f52","630d12ac215bad005de84f53","630d12ac215bad005de84f54","6376bf60127d990003174516","63850f06478221000ff73750","638513c1c141d0004f84c620","638515aa29bdcf015a9e877e","638517f94619840092ce7bfb","63851b9bd278d6002b85ea0d","63851d972d80c5001682f5a6","63851ea5a47c030010490da6","639b64dbcca00b00330364be","639b68f8967c43000fb775a1","639b6c797ec1990042b357d7","639b6ed572915b0039741707","639b6fe5018cc7001d90c110","639b726a8ba6bd007635ef83","63a99d153768b00024082c15","63a9a504c1aab500109b107d","63a9a7767b2fbd0044cc1350","63a9ad5b0335cb001fc99249","63a9b40ac2a1f7009a1548f9","63a9bb0e556b1b0010257a3c","63a9be13fb6742007edf9ec4","63a9c36ec60ee30097a58e26","63a9de6cbe13e500894160ad","63a9e1e2be13e50089416c79","63a9f19165c22100911959c6","63a9f511a68f7e03e932d023","63a9fabb6aa5590016dd9f7f","63b2d59926c8990023535746","63b2e00e0217750075c23e9e","63b2e5b164fe7d002dfbb029","63b2e8ed26c8990023586be7","63b8239a7c5f27037cde5aa6","63b829404ab2a9002b38cfe7","63b830e907e0e1005d05fa55","63b85f2fbb07cf0e62ef3a95","63b861d56ac3cd00739fe806","63b8643843a71e00312c32a7","63b867563a312a001d72877f","63b86cb66bea8f0162f7872b","63b872130b63cd1073c6b764","63b881e471cbee015b47647c","63b889a66741ee0070c61f31","63bd6bfc30ea280024a10952","63bdcbf48aff7d00aea5027c","63bdcf6f64fb770023d79cb7","63bdd0a611a7450026113624","63bdd5807d13a900886b8774","63c05b8a9461c312fd55a21a","63c05dd32a22ee108da7ee36","63c05f04023cb80f27da611d","63c061145baf30003b085e89","63c06708f918e9000f81ffc0","63c068b647c8f8003a60b236","63c52bbcdec1200033835f0f","63c52d868438ce005495dbad","63c531a779b17e05f396c08c","63d8053fd6f3130cb694d1df","63d81777e45f4e031ee773a4","63e24dffefd9a80022766a72","63e251a6ed92050021dc3720","63e254ec211f1d000c4da927","63e2567537fd9303fd3a79bc","63e258c889e2c30026eec2ba","63e2591374c1cf0028d34fa5","63e259833644ed0012fd31bb","63e259acce0a81006d3fcfa8","63e3ef7d380e3b0ee33c0212","63e3efa1d53875003b9fea64","63e3efc85aace1002c767168","63e3efea419ba5003d4f313c","63eccc46119f050049cbfae7","63eccc84efc81b04a28a2507","63ecccda78ddec00113a5912","63eccd30e7b0a603b9e7e283","63ee1e387fcfae003b1b38aa","63ee1e6f94fb730019b4c4a0","63ee1eaddd3902005c44ab60","63ee1ee9baf33a0072da5f62","63ee1f8aba013b0043da6fef","63ee1fc513f6f500349b83fa","63ee1fff17207800183b2d09","63ee206c9ef1c70033e1b6f5","63ee208aaad220007a028695","63efc7a4751435001f32cbf9","63efc7d5b351150025c9bbd7","63efc7fd1cc88a000ac06c11","63efc84e050ec5003cc23c9b","63efc87478d62f0067e311a5","63efea332631bb0011636915","63f8bc620f3538001828b01f","63f8bf4d7fcec1006fb10ed0","64133e492b5b9e0043f2314a","641342148b79f10b17066621","641362e863b0c00058ead82f","663cd201d047fd0019c8f082","663cdaeefbe8a90018c64623","664f75431807cc0057244b6b","67617ffbf518c1000ff9a2d9","67ed41989d3079002b418a89"],"project":"6257091bd5296800449927ec","releaseDate":"2022-04-13T17:32:12.560Z","createdAt":"2022-04-13T17:32:12.560Z","__v":2,"forked_from":"62a8c4528db2710079164257","updatedAt":"2025-06-05T21:59:38.442Z","apiRegistries":[{"filename":"consultar-activo.json","uuid":"13qgon13l4eepcp9"},{"filename":"consultar-un-activo.json","uuid":"3qzzvi2fl476tsnq"},{"filename":"crear-un-activo.json","uuid":"1hlzcxl4ekqz0a"},{"filename":"consultar-contas-de-usuários.json","uuid":"hgr1m8leij13ku"},{"filename":"valor-hora-ordinária.json","uuid":"xrx9517lb17vxwe"},{"filename":"consultar-centros-de-custo.json","uuid":"2l4c2tlb18cta1"},{"filename":"consultar-log-de-transações.json","uuid":"hjgan35lb18yisq"},{"filename":"criar-valor-hora-ordinária.json","uuid":"2l4cglb197qfy"},{"filename":"criar-centros-de-custo.json","uuid":"13c0sl49lb19gul1"},{"filename":"atualizar-o-valor-da-hora-ordinária.json","uuid":"xrx953mlb19n2ix"},{"filename":"consultar-a-gestão-de-documentos-de-um-ativo.json","uuid":"1rex26lbpf2i2l"},{"filename":"consultar-a-gestão-de-documentos-de-um-ativo-1.json","uuid":"9jq4flbpfijeq"},{"filename":"consultar-histórico-de-localizações-dos-ativos.json","uuid":"5z1q1jlyyu8abt"},{"filename":"atualizar-centro-de-custo.json","uuid":"eyn7glbpg9q33"},{"filename":"consulta-de-campos-de-ativos-personalizados.json","uuid":"4efx7u18lbpglja4"},{"filename":"consultar-terceiros-relacionados-com-o-ativo.json","uuid":"bz6x4tlbpgtfrf"},{"filename":"criar-documentos-e-associá-los-a-um-ativo.json","uuid":"imp1flc4ul298"},{"filename":"atualizar-um-ativo.json","uuid":"12nh6s3mlc4uz75j"},{"filename":"atualizar-valores-em-campos-personalizados-de-ativos.json","uuid":"5p6y152xlc4vok1o"},{"filename":"associar-um-ativo-a-um-plano-de-tarefas.json","uuid":"2o86nlc4w7s3u"},{"filename":"consulta-de-recursos-humanos.json","uuid":"axbu1olc4xy06y"},{"filename":"consultar-a-gestão-de-documentos-de-recursos-humanos.json","uuid":"u23cs3tlc4yem1j"},{"filename":"criando-um-recurso-humano.json","uuid":"1jk84j45lc4z3r97"},{"filename":"criar-documentos-e-associá-los-a-um-recurso-humano.json","uuid":"2o8611lc4zm2p2"},{"filename":"atualizar-um-recurso-humano.json","uuid":"5p6y15glc53qtbs"},{"filename":"consultar-orçamento.json","uuid":"imp13vlc55e91v"},{"filename":"aprovarcancelar-orçamento.json","uuid":"axbu3jlc56qwub"},{"filename":"consulta-de-terceiros.json","uuid":"1jk84jflc57ilzh"},{"filename":"consultar-a-gestão-de-documentos-de-terceiros.json","uuid":"u23cs3ilc583n6k"},{"filename":"consultar-contatos-de-terceiros.json","uuid":"4wlv411lceuo3w4"},{"filename":"criar-um-terceiro.json","uuid":"4wlv411lcevmr9v"},{"filename":"atualizar-um-terceiro.json","uuid":"emfvp1wlcevzs77"},{"filename":"consultar-armazéns.json","uuid":"4013y12lvzja1tm"},{"filename":"consultar-detalhes-dos-movimentos.json","uuid":"2qtw18lckl12ck"},{"filename":"consulta-de-ordem-de-compra.json","uuid":"22jt2zlcklkn0b"},{"filename":"consultar-uma-peça-de-reposição-de-um-armazém.json","uuid":"1fjmcs1lckmky1b"},{"filename":"consulta-movimentos-de-entrada.json","uuid":"18k0933ma4bgk8g"},{"filename":"consulta-sobre-os-movimentos-de-saída.json","uuid":"17kgj53plcktzf3k"},{"filename":"criar-um-armazém.json","uuid":"22jt2plckuh3fv"},{"filename":"associar-peças-de-reposição-a-um-armazém.json","uuid":"1fjmcilckuug64"},{"filename":"criar-ordens-de-compra.json","uuid":"9myjmk2iqlckw3opr"},{"filename":"criar-uma-saída-de-estoque.json","uuid":"22jtv8lckw7dfc"},{"filename":"criar-uma-entrada-no-armazém.json","uuid":"1fjmcilckzq3sw"},{"filename":"criar-uma-peça-sobressalente-para-um-armazém.json","uuid":"k6gw61ulcl0lbmi"},{"filename":"atualizar-armazém.json","uuid":"p3p7inlcqas87d"},{"filename":"atualizar-uma-peça-de-reposição-em-um-armazém.json","uuid":"1qdku32olcqpgehm"},{"filename":"eliminar-um-item-do-estoque.json","uuid":"pa4banlcqpmkcy"},{"filename":"consultar-os-estoques-associados-a-um-armazém.json","uuid":"a51644lcqpztew"},{"filename":"consulta-de-solicitações.json","uuid":"3cg58s3flcqqgidr"},{"filename":"consulta-de-mudanças-de-status-das-solicitações.json","uuid":"1jo4810lcth5rv0"},{"filename":"consultar-anexos-da-solicitação-de-serviço.json","uuid":"16vgmtglcthdvud"},{"filename":"criar-uma-nova-solicitação.json","uuid":"6a8t38lcthor1e"},{"filename":"atualizar-status-de-uma-solicitação.json","uuid":"33mes7t2alcthvm5r"},{"filename":"consultar-planos-de-tarefas.json","uuid":"1jo484vlctisd1c"},{"filename":"consultar-tarefas-pendentes.json","uuid":"1jo4846nlctjgnf7"},{"filename":"consultar-informações-detalhadas-de-planos-de-tarefas.json","uuid":"djjay3ilcyosptw"},{"filename":"criar-uma-tarefa-não-planejada.json","uuid":"djjayglcypjp7w"},{"filename":"criar-uma-tarefa-pendente-a-partir-de-uma-solicitação-de-trabalho.json","uuid":"4ayx01ulcyqeyak"},{"filename":"consultar-os-ativadores-de-tarefas.json","uuid":"g2g12iyldj60c8s"},{"filename":"consultar-as-sub-tarefas-de-tarefas.json","uuid":"1ggp2h2hqldj731lh"},{"filename":"consultar-tarefas.json","uuid":"3xke3jldu9xsib"},{"filename":"consultar-recursos-do-tipo-inventário-da-tarefas.json","uuid":"21ezq1iileijtlif"},{"filename":"consultar-recursos-do-tipo-de-serviço-das-tarefas.json","uuid":"clbolduao4gm"},{"filename":"consultar-recursos-humanos-das-tarefas.json","uuid":"16tvds2llduarg1q"},{"filename":"consultar-a-url-de-oss-compartilhadas.json","uuid":"6zcja11jldvnyxb8"},{"filename":"consultar-os-anexos-da-os.json","uuid":"6zcja122ldvo48g4"},{"filename":"consulta-de-tarefas-em-oss.json","uuid":"3nao06fldvo4p1g"},{"filename":"consultar-recursos-da-tarefa.json","uuid":"hvp712ldvo54kj"},{"filename":"consultar-os-tempos-de-execução-das-tarefas-no-os.json","uuid":"kdx3hldw1aqve"},{"filename":"consultar-as-requisições-de-material-de-um-os.json","uuid":"6zcja118ldw1bguq"},{"filename":"consulta-de-subtarefas.json","uuid":"6zcja11v3ldw1bwo6"},{"filename":"consultar-os-anexos-de-uma-ordem-de-trabalho.json","uuid":"kdx32uldw1ca80"},{"filename":"criar-uma-ordem-de-serviço.json","uuid":"fzwla2qkle5n8ezu"},{"filename":"criar-recursos-catalogados-do-tipo-inventário-em-uma-os.json","uuid":"1y1zkile5nkwgh"},{"filename":"criar-recursos-catalogados-do-tipo-recursos-humanos-em-uma-os.json","uuid":"fzwlawyle5nlpdc"},{"filename":"criar-recursos-catalogados-do-tipo-serviço-em-uma-os.json","uuid":"550sp2sle5nmkkl"},{"filename":"inserir-recursos-do-tipo-serviço-não-catalogado-em-uma-os.json","uuid":"cs7d26le72wsue"},{"filename":"inserção-de-recursos-não-catalogados-do-tipo-inventário-em-uma-os.json","uuid":"2bevk15le72xhrt"},{"filename":"inserir-anexo-em-uma-tarefa-os.json","uuid":"cs7d1hle72y1ca"},{"filename":"atualização-da-quantidade-entregue.json","uuid":"5vhv2hzle72ygvg"},{"filename":"atualizar-valores-para-subtarefas-dentro-das-oss.json","uuid":"el66i1xble73091z"},{"filename":"atualizar-a-nota-de-uma-os.json","uuid":"el66i19nle730t5v"},{"filename":"atualizar-um-recurso-dentro-de-uma-os.json","uuid":"5vhvole731ian"},{"filename":"atualizar-a-pessoa-encarregada-de-uma-os.json","uuid":"cs7d21le732ciu"},{"filename":"eliminar-um-recurso-associado-a-uma-ordem-de-trabalho.json","uuid":"2bevk28ule732t7n"},{"filename":"medidores.json","uuid":"akt5hablhpnj0ai"},{"filename":"consultar-leituras-dos-medidores.json","uuid":"mr4xble8vgly7"},{"filename":"inserir-a-leitura-em-um-medidor.json","uuid":"1zvuy17vle8vhbld"},{"filename":"consulta-de-solicitação-de-material.json","uuid":"1ih29le8vi0ox"},{"filename":"atualizar-a-nota-de-um-pedido-de-material.json","uuid":"1ih1ple8vj4v2"},{"filename":"criar-contas-de-usuario.json","uuid":"1itnm19jleikpmek"},{"filename":"atualizar-contas-de-usuário.json","uuid":"5d8ybleilvkqa"},{"filename":"serviços-associados-a-terceiros.json","uuid":"1ava91wlfbb4im2"},{"filename":"criar-um-serviço.json","uuid":"1a8bhp21lfbbzj3i"},{"filename":"atualizar-ordens-de-compra.json","uuid":"gbgw2ulfbhvdpd"},{"filename":"ajuste-de-inventario.json","uuid":"e3ilvzav41c"},{"filename":"armazens.json","uuid":"e3olvzc1gl8"},{"filename":"reprogramar-tarefas-pendentes.json","uuid":"evq7164xm4sj2f4z"},{"filename":"consultar-iteracoes-das-tarefas.json","uuid":"14rer6fm9005duy"}],"pdfStatus":"","source":"readme"},"gitVersion":{"base":null,"display_name":"Portugués","name":"3-pt","release_stage":"release","source":"readme","state":"current","updated_at":"2025-06-09T13:02:30.000Z","uri":"/branches/3-pt","privacy":{"view":"public"}},"versions":{"total":3,"page":1,"per_page":100,"paging":{"next":null,"previous":null,"first":"/fracttal-developers/api-next/v2/branches?page=1&per_page=100","last":null},"data":[{"base":null,"display_name":"Español","name":"1-Es","release_stage":"release","source":"readme","state":"current","updated_at":"2025-06-06T08:27:03.075Z","uri":"/branches/1-Es","privacy":{"view":"default"}},{"base":null,"display_name":"English","name":"2-En","release_stage":"release","source":"readme","state":"current","updated_at":"2025-06-09T12:42:14.086Z","uri":"/branches/2-En","privacy":{"view":"public"}},{"base":null,"display_name":"Portugués","name":"3-pt","release_stage":"release","source":"readme","state":"current","updated_at":"2025-06-09T13:02:30.686Z","uri":"/branches/3-pt","privacy":{"view":"public"}}],"type":"version"}}" type="text/javascript">-->