{
  "_type": "export",
  "__export_format": 4,
  "__export_date": "2026-04-13T12:55:38.475294+00:00",
  "__export_source": "map2farm-integration-center-client",
  "resources": [
    {
      "_id": "wrk_intcenter_client_20260413",
      "_type": "workspace",
      "name": "Integration Center - Client Routes",
      "description": "Colecao focada apenas nas rotas publicas que o cliente externo vai consumir em /api/integration/v1/. Use em integration_api_key um dos ate 3 tokens ativos liberados para a empresa.",
      "scope": "collection",
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "env_intcenter_client_base_20260413",
      "_type": "environment",
      "parentId": "wrk_intcenter_client_20260413",
      "name": "Base Environment",
      "data": {
        "integration_base_url": "http://localhost:8000/api/integration/v1",
        "integration_api_key": "SUBSTITUIR_TOKEN_ATIVO_DA_EMPRESA",
        "integration_public_subdomain_url": "https://SEU_SUBDOMINIO_CLIENTE/api/integration/v1",
        "integration_property_id": "00000000-0000-0000-0000-000000000009",
        "integration_consultant_id": "00000000-0000-0000-0000-000000000010",
        "integration_producer_id": "00000000-0000-0000-0000-000000000011",
        "integration_tag_id": "00000000-0000-0000-0000-000000000003",
        "property_external_id": "PROP-001",
        "producer_external_id": "PROD-001",
        "integration_admin_user_id": "SUBSTITUIR_DIRECTORY_USER_ID",
        "properties_search": "Farm",
        "consultants_search": "Consultant",
        "producers_search": "Producer",
        "page": "1",
        "page_size": "50",
        "tag_observation": "integration update",
        "tag_value": "yes",
        "tag_unit_of_measurement": "",
        "notification_title": "Maintenance Window",
        "notification_message": "Window tonight",
        "groups_search": "",
        "tags_search": "",
        "users_search": ""
      },
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "env_intcenter_client_local_20260413",
      "_type": "environment",
      "parentId": "env_intcenter_client_base_20260413",
      "name": "Local Docker / Sandbox",
      "data": {
        "integration_base_url": "http://localhost:8000/api/integration/v1"
      },
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "env_intcenter_client_prod_20260413",
      "_type": "environment",
      "parentId": "env_intcenter_client_base_20260413",
      "name": "Production Public Subdomain",
      "data": {
        "integration_base_url": "{{ _.integration_public_subdomain_url }}"
      },
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "fld_intcenter_client_validation_20260413",
      "_type": "request_group",
      "parentId": "wrk_intcenter_client_20260413",
      "name": "01 - Validation",
      "description": "Fluxo inicial recomendado: health e auth-context.",
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "fld_intcenter_client_read_20260413",
      "_type": "request_group",
      "parentId": "wrk_intcenter_client_20260413",
      "name": "02 - Read",
      "description": "Rotas de leitura para properties, consultants, groups, producers, tags e users.",
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "235cd812-ab9e-4f0f-9bff-f7c6b197138c",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Groups - List",
      "description": "Query params ativos: search, page, page_size.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/groups/",
      "parameters": [
        {
          "name": "search",
          "value": "{{ _.groups_search }}"
        },
        {
          "name": "page",
          "value": "{{ _.page }}"
        },
        {
          "name": "page_size",
          "value": "{{ _.page_size }}"
        }
      ],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "a8e3c36d-636e-42ab-aad5-a215c68c2da7",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Tags - List",
      "description": "Query params ativos: search, page, page_size. Retorna apenas tags standards do tenant.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/tags/",
      "parameters": [
        {
          "name": "search",
          "value": "{{ _.tags_search }}"
        },
        {
          "name": "page",
          "value": "{{ _.page }}"
        },
        {
          "name": "page_size",
          "value": "{{ _.page_size }}"
        }
      ],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "86b15be5-f043-4432-8938-fd04b0275a32",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Users - List",
      "description": "Query params ativos: search, page, page_size.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/users/",
      "parameters": [
        {
          "name": "search",
          "value": "{{ _.users_search }}"
        },
        {
          "name": "page",
          "value": "{{ _.page }}"
        },
        {
          "name": "page_size",
          "value": "{{ _.page_size }}"
        }
      ],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "fld_intcenter_client_write_20260413",
      "_type": "request_group",
      "parentId": "wrk_intcenter_client_20260413",
      "name": "03 - Write",
      "description": "Rotas de attach/detach de tags e notificacoes administrativas.",
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_health_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_validation_20260413",
      "name": "Health",
      "description": "Rota publica. Nao exige token.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/health/",
      "parameters": [],
      "headers": [],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_auth_context_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_validation_20260413",
      "name": "Auth Context",
      "description": "Valida um dos tokens ativos da integracao e retorna o contexto autenticado.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/auth-context/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_properties_list_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Properties - List",
      "description": "Query params ativos: search, page, page_size.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/properties/",
      "parameters": [
        {
          "name": "search",
          "value": "{{ _.properties_search }}"
        },
        {
          "name": "page",
          "value": "{{ _.page }}"
        },
        {
          "name": "page_size",
          "value": "{{ _.page_size }}"
        }
      ],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_properties_detail_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Properties - Detail",
      "description": "Busca uma propriedade especifica pelo id interno de integracao.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/properties/{{ _.integration_property_id }}/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_consultants_list_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Consultants - List",
      "description": "Query params ativos: search, page, page_size.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/consultants/",
      "parameters": [
        {
          "name": "search",
          "value": "{{ _.consultants_search }}"
        },
        {
          "name": "page",
          "value": "{{ _.page }}"
        },
        {
          "name": "page_size",
          "value": "{{ _.page_size }}"
        }
      ],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_consultants_detail_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Consultants - Detail",
      "description": "Busca um consultant especifico pelo id interno de integracao.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/consultants/{{ _.integration_consultant_id }}/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_producers_list_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Producers - List",
      "description": "Query params ativos: search, page, page_size.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/producers/",
      "parameters": [
        {
          "name": "search",
          "value": "{{ _.producers_search }}"
        },
        {
          "name": "page",
          "value": "{{ _.page }}"
        },
        {
          "name": "page_size",
          "value": "{{ _.page_size }}"
        }
      ],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_producers_detail_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_read_20260413",
      "name": "Producers - Detail",
      "description": "Busca um producer especifico pelo id interno de integracao.",
      "method": "GET",
      "url": "{{ _.integration_base_url }}/producers/{{ _.integration_producer_id }}/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00"
    },
    {
      "_id": "req_intcenter_client_properties_tags_attach_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_write_20260413",
      "name": "Properties Tags - Attach",
      "description": "Attach por external id. Pode ser adaptado para property_ids.",
      "method": "POST",
      "url": "{{ _.integration_base_url }}/properties/tags/attach/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"tag_ids\": [\n    \"{{ _.integration_tag_id }}\"\n  ],\n  \"property_external_ids\": [\n    \"{{ _.property_external_id }}\"\n  ],\n  \"observation\": \"{{ _.tag_observation }}\",\n  \"value\": \"{{ _.tag_value }}\",\n  \"unit_of_measurement\": \"{{ _.tag_unit_of_measurement }}\"\n}"
      }
    },
    {
      "_id": "req_intcenter_client_properties_tags_detach_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_write_20260413",
      "name": "Properties Tags - Detach",
      "description": "Detach por external id. Pode ser adaptado para property_ids.",
      "method": "POST",
      "url": "{{ _.integration_base_url }}/properties/tags/detach/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"tag_ids\": [\n    \"{{ _.integration_tag_id }}\"\n  ],\n  \"property_external_ids\": [\n    \"{{ _.property_external_id }}\"\n  ],\n  \"observation\": \"{{ _.tag_observation }}\"\n}"
      }
    },
    {
      "_id": "req_intcenter_client_producers_tags_attach_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_write_20260413",
      "name": "Producers Tags - Attach",
      "description": "Attach por external id. Pode ser adaptado para producer_ids.",
      "method": "POST",
      "url": "{{ _.integration_base_url }}/producers/tags/attach/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"tag_ids\": [\n    \"{{ _.integration_tag_id }}\"\n  ],\n  \"producer_external_ids\": [\n    \"{{ _.producer_external_id }}\"\n  ],\n  \"observation\": \"{{ _.tag_observation }}\",\n  \"value\": \"{{ _.tag_value }}\",\n  \"unit_of_measurement\": \"{{ _.tag_unit_of_measurement }}\"\n}"
      }
    },
    {
      "_id": "req_intcenter_client_producers_tags_detach_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_write_20260413",
      "name": "Producers Tags - Detach",
      "description": "Detach por external id. Pode ser adaptado para producer_ids.",
      "method": "POST",
      "url": "{{ _.integration_base_url }}/producers/tags/detach/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"tag_ids\": [\n    \"{{ _.integration_tag_id }}\"\n  ],\n  \"producer_external_ids\": [\n    \"{{ _.producer_external_id }}\"\n  ],\n  \"observation\": \"{{ _.tag_observation }}\"\n}"
      }
    },
    {
      "_id": "req_intcenter_client_admin_notifications_create_20260413",
      "_type": "request",
      "parentId": "fld_intcenter_client_write_20260413",
      "name": "Admin Notifications - Create",
      "description": "Cria notificacao administrativa para usuarios resolvidos no tenant.",
      "method": "POST",
      "url": "{{ _.integration_base_url }}/admin-notifications/",
      "parameters": [],
      "headers": [
        {
          "name": "X-Integration-Key",
          "value": "{{ _.integration_api_key }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "authentication": {},
      "settingSendCookies": true,
      "settingStoreCookies": true,
      "isPrivate": false,
      "created": "2026-04-13T12:55:38.475294+00:00",
      "modified": "2026-04-13T12:55:38.475294+00:00",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"title\": \"{{ _.notification_title }}\",\n  \"message\": \"{{ _.notification_message }}\",\n  \"segment_spec\": {\n    \"user_ids\": [\n      \"{{ _.integration_admin_user_id }}\"\n    ],\n    \"group_ids\": [],\n    \"subgroup_ids\": [],\n    \"region_ids\": []\n  }\n}"
      }
    }
  ]
}