{
  "_type": "export",
  "__export_format": 4,
  "__export_date": "2023-10-11T12:00:00.000Z",
  "__export_source": "insomnia.desktop.app:v2023.5.8",
  "resources": [
    {
      "_id": "wrk_advistecnologia",
      "parentId": null,
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "SIG API",
      "description": "",
      "scope": "collection",
      "_type": "workspace"
    },
    {
      "_id": "fld_company",
      "parentId": "wrk_advistecnologia",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Empresa",
      "description": "Company related endpoints",
      "_type": "request_group"
    },
    {
      "_id": "getDepartments",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/getDepartments",
      "name": "getDepartments",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getBranches",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/getBranches",
      "name": "getBranches",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getRoles",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/getRoles",
      "name": "getRoles",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getFunctionsByRole",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/getFunctionsByRole/{% prompt 'Role ID', 'integer', '', '', false, true %}",
      "name": "getFunctionsByRole",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertDepartment",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/insertDepartment",
      "name": "insertDepartment",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Departamento X\",\n\t\"area\": 1\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertBranch",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/insertBranch",
      "name": "insertBranch",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Filial X\",\n\t\"estado\": \"Santa Catarina\",\n\t\"cidade\": \"Chapecó\"\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertRole",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/insertRole",
      "name": "insertRole",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Programador Master\",\n\t\"descricao\": \"Lorem Ipsum Sit Dolor Amet\"\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertFunction",
      "parentId": "fld_company",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/company/insertFunction",
      "name": "insertFunction",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Analista de resultados III\",\n\t\"id_cargo\": 5601,\n\t\"descricao\": \"A função realiza análise de resultados na linha de produção\"\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "fld_employee",
      "parentId": "wrk_advistecnologia",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Funcionário",
      "description": "Employee related endpoints",
      "_type": "request_group"
    },
    {
      "_id": "getEmployees",
      "parentId": "fld_employee",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/employee/getEmployees",
      "name": "getEmployees",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getEmployeesByBranch",
      "parentId": "fld_employee",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/employee/getEmployeesByBranch/{% prompt 'Branch ID', 'integer', '', '', false, true %}",
      "name": "getEmployeesByBranch",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getEmployeeDepartments",
      "parentId": "fld_employee",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/employee/getEmployeeDepartments/{% prompt 'Employee ID', 'integer', '', '', false, true %}",
      "name": "getEmployeeDepartments",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "updateEmployee",
      "parentId": "fld_employee",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/employee/updateEmployee/{% prompt 'Employee ID', 'integer', '', '', false, true %}",
      "name": "updateEmployee",
      "description": "",
      "method": "PUT",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Johnny Doe\",\n\t\"id_filial\": 760,\n\t\"id_cargo\": 5548,\n\t\"sexo\": \"Masculino\",\n\t\"data_admissao\": \"2019-10-01\",\n\t\"remuneracao\": 0,\n\t\"status\": 1,\n\t\"lixeira\": 0,\n\t\"id_funcao\": 2920\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "updateEmployeeDepartment",
      "parentId": "fld_employee",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/employee/updateEmployeeDepartment/{% prompt 'Employee ID', 'integer', '', '', false, true %}",
      "name": "updateEmployeeDepartment",
      "description": "",
      "method": "PUT",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"id_departamento\": 1693\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertEmployee",
      "parentId": "fld_employee",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/employee/insertEmployee",
      "name": "insertEmployee",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Johnny Doe\",\n\t\"id_filial\": 760,\n\t\"id_cargo\": 5548,\n\t\"email\": \"johnny@doe.io\",\n\t\"sexo\": \"Masculino\",\n\t\"data_admissao\": \"2019-10-01\",\n\t\"remuneracao\": 0,\n\t\"status\": 1,\n\t\"lixeira\": 0,\n\t\"id_funcao\": 2920\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "fld_indicators",
      "parentId": "wrk_advistecnologia",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Indicadores",
      "description": "Indicators related endpoints",
      "_type": "request_group"
    },
    {
      "_id": "getCommonIndicators",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/getCommonIndicators",
      "name": "getCommonIndicators",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getCompoundIndicators",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/getCompoundIndicators",
      "name": "getCompoundIndicators",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getIndicatorById",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/getIndicatorById/{% prompt 'Indicator ID', 'integer', '', '', false, true %}",
      "name": "getIndicatorById",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getCompoundReferencesById",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/getCompoundReferencesById/{% prompt 'Indicator ID', 'integer', '', '', false, true %}",
      "name": "getCompoundReferencesById",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getConsolidatedReferencesById",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/getConsolidatedReferencesById/{% prompt 'Indicator ID', 'integer', '', '', false, true %}",
      "name": "getConsolidatedReferencesById",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getConsolidatedIndicators",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/getConsolidatedIndicators",
      "name": "getConsolidatedIndicators",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertCommonIndicator",
      "parentId": "fld_indicators",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/indicators/insertCommonIndicator",
      "name": "insertCommonIndicator",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Indicador Comum\",\n\t\"descricao\": \"Este é um indicador comum\",\n\t\"fonte\": \"Fonte qualquer\",\n\t\"meta_oculta\": 1,\n\t\"meta_ajustavel\": 1,\n\t\"unidade_medida\": 0,\n\t\"interpretacao\": 0,\n\t\"totalizador\": 0,\n\t\"moeda\": 0\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "fld_panels",
      "parentId": "wrk_advistecnologia",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Painéis",
      "description": "Panels related endpoints",
      "_type": "request_group"
    },
    {
      "_id": "getGroups",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getGroups",
      "name": "getGroups",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getPanels",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getPanels",
      "name": "getPanels",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getProgressPanelCell",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getProgressPanelCell/panel/{% prompt 'Panel ID', 'integer', '', '', false, true %}/indicator/{% prompt 'Indicator ID', 'integer', '', '', false, true %}/month/{% prompt 'Month', 'integer', '', '', false, true %}/year/{% prompt 'Year', 'integer', '', '', false, true %}",
      "name": "getProgressPanelCell",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getProgressPanelRow",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getProgressPanelRow/idGmr/{% prompt 'GMR ID', 'integer', '', '', false, true %}/panel/{% prompt 'Panel ID', 'integer', '', '', false, true %}/indicator/{% prompt 'Indicator ID', 'integer', '', '', false, true %}",
      "name": "getProgressPanelRow",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getAccessPanel",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getAccessPanel/process/{% prompt 'GMR Process ID', 'integer', '', '', false, true %}/panel/{% prompt 'GMR Panel ID', 'integer', '', '', false, true %}",
      "name": "getAccessPanel",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getAccessPanelByEmployee",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getAccessPanelByEmployee/{% prompt 'Employee ID', 'integer', '', '', false, true %}",
      "name": "getAccessPanelByEmployee",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getModels",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getModels",
      "name": "getModels",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getModelById",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getModelById/{% prompt 'Model ID', 'integer', '', '', false, true %}",
      "name": "getModelById",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getModelIndicators",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/getModelIndicators/{% prompt 'Model ID', 'integer', '', '', false, true %}",
      "name": "getModelIndicators",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "updatePanel",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/updatePanel/{% prompt 'Panel ID', 'integer', '', '', false, true %}",
      "name": "updatePanel",
      "description": "",
      "method": "PUT",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"nome\": \"Painel Ativo\",\n\t\"desativado\": 0\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "updateProgressPanel",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/updateProgressPanel/panel/{% prompt 'Panel ID', 'integer', '', '', false, true %}/indicator/{% prompt 'Indicator ID', 'integer', '', '', false, true %}/month/{% prompt 'Month', 'integer', '', '', false, true %}/year/{% prompt 'Year', 'integer', '', '', false, true %}",
      "name": "updateProgressPanel",
      "description": "",
      "method": "PUT",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"meta_numerador\": 456.0,\n\t\"meta_denominador\": 123.234,\n\t\"meta_ajustada_numerador\": 456.1,\n\t\"meta_ajustada_denominador\": 123,\n\t\"realizado_numerador\": 456.8322,\n\t\"realizado_denominador\": 123\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "insertAccessPanel",
      "parentId": "fld_panels",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/panels/insertAccessPanel",
      "name": "insertAccessPanel",
      "description": "",
      "method": "POST",
      "body": {
        "mimeType": "application/json",
        "text": "{\n\t\"id_gmr_processo\": 88,\n\t\"id_colaborador\": 18723,\n\t\"id_gmr_painel\": 3040,\n\t\"acesso\": 2,\n\t\"permissao\": 1\n}"
      },
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "fld_processes",
      "parentId": "wrk_advistecnologia",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Processos",
      "description": "Processes related endpoints",
      "_type": "request_group"
    },
    {
      "_id": "getGmrProcesses",
      "parentId": "fld_processes",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/processes/getGmrProcesses",
      "name": "getGmrProcesses",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getGmrProcessById",
      "parentId": "fld_processes",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/processes/getGmrProcessById/{% prompt 'Process ID', 'integer', '', '', false, true %}",
      "name": "getGmrProcessById",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "getGmrProcessIntervals",
      "parentId": "fld_processes",
      "modified": 1696982400000,
      "created": 1696982400000,
      "url": "{{ base_url }}/processes/getGmrProcessIntervals/{% prompt 'Process ID', 'integer', '', '', false, true %}",
      "name": "getGmrProcessIntervals",
      "description": "",
      "method": "GET",
      "body": {},
      "parameters": [],
      "headers": [
        {"name": "Content-Type", "value": "application/json"},
        {"name": "Accept-Encoding", "value": "gzip,deflate"},
        {"name": "token", "value": "{{ token }}"}
      ],
      "authentication": {},
      "_type": "request"
    },
    {
      "_id": "env_base",
      "parentId": "wrk_advistecnologia",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Base Environment",
      "data": {
        "base_url": "http://sandbox.api.grupoadvis.com.br",
        "token": "SEU_TOKEN_AQUI"
      },
      "dataPropertyOrder": {
        "&": ["base_url", "token"]
      },
      "color": null,
      "isPrivate": false,
      "metaSortKey": 1696982400000,
      "_type": "environment"
    },
    {
      "_id": "env_development",
      "parentId": "env_base",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Development",
      "data": {
        "base_url": "http://sandbox.api.grupoadvis.com.br",
        "token": "SEU_TOKEN_AQUI"
      },
      "dataPropertyOrder": null,
      "color": "#7d69cb",
      "isPrivate": false,
      "metaSortKey": 1696982400000,
      "_type": "environment"
    },
    {
      "_id": "env_production",
      "parentId": "env_base",
      "modified": 1696982400000,
      "created": 1696982400000,
      "name": "Production",
      "data": {
        "base_url": "http://api.grupoadvis.com.br",
        "token": "SEU_TOKEN_AQUI"
      },
      "dataPropertyOrder": null,
      "color": "#ff0000",
      "isPrivate": false,
      "metaSortKey": 1696982400000,
      "_type": "environment"
    }
  ]
}
