{
  "info": {
    "_postman_id": "663a5864-258d-412a-8ab7-89bebe4fb863",
    "name": "apiuscall_v2",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "5795974"
  },
  "item": [
    {
      "name": "relatorios",
      "item": [
        {
          "name": "record",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "idunico",
                  "value": "1699293095.0",
                  "type": "text"
                },
                {
                  "key": "formato",
                  "value": "mp3",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/record",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "record"
              ]
            }
          },
          "response": []
        },
        {
          "name": "cdrsearch",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "dataini",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                },
                {
                  "key": "datafin",
                  "value": "2023-10-31 23:59:59",
                  "type": "text"
                },
                {
                  "key": "bilheteunico",
                  "value": "1672657028.5",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "origem",
                  "value": "0111015514997568304",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "destino",
                  "value": "",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/cdrsearch",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "cdrsearch"
              ]
            }
          },
          "response": []
        },
        {
          "name": "audiodownload",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "end_date",
                  "value": "2023-10-31 23:59:59",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "bilheteunico",
                  "value": "1672657028.5",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/cdrsearch",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "cdrsearch"
              ]
            }
          },
          "response": []
        },
        {
          "name": "cdrura",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                },
                {
                  "key": "idunico",
                  "value": "4",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/cdrura",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "cdrura"
              ]
            }
          },
          "response": []
        },
        {
          "name": "cdrtariff",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/cdrtariff",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "cdrtariff"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "chat",
      "item": [
        {
          "name": "chat_history",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "data_start",
                  "value": "01/03/2024 00:00:00",
                  "type": "text"
                },
                {
                  "key": "data_end",
                  "value": "01/03/2024 23:59:59",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "600",
                  "type": "text"
                },
                {
                  "key": "only_message",
                  "value": "false",
                  "type": "text"
                },
                {
                  "key": "chat",
                  "value": "V94KJZAdSIMYu7zSl2Znl2b19IHS5MMD",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_history",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_history"
              ],
              "query": [
                {
                  "key": "token",
                  "value": null,
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "customer_id",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "numero",
                  "value": "11942107590",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/customer_id",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "customer_id"
              ]
            }
          },
          "response": []
        },
        {
          "name": "users_id",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "699",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/users_id",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "users_id"
              ]
            }
          },
          "response": []
        },
        {
          "name": "chat_midias",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "601",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_midias",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_midias"
              ]
            }
          },
          "response": []
        },
        {
          "name": "chat_new",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "midia",
                  "value": "41",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "600",
                  "type": "text"
                },
                {
                  "key": "numero",
                  "value": "11968936973",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_new",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_new"
              ]
            }
          },
          "response": []
        },
        {
          "name": "chat_new_chatbot",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "midia",
                  "value": "1",
                  "type": "text"
                },
                {
                  "key": "chatbot",
                  "value": "3",
                  "type": "text"
                },
                {
                  "key": "numero",
                  "value": "11968936973",
                  "type": "text"
                },
                {
                  "key": "template_message",
                  "value": "boas_vindas",
                  "type": "text",
                  "uuid": "9a26e3e2-c464-4851-8718-a08d907774f1"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_new_chatbot",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_new_chatbot"
              ]
            }
          },
          "response": []
        },
        {
          "name": "chat_templates_wpp",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "midia",
                  "value": "1",
                  "type": "text"
                },
                {
                  "key": "template",
                  "value": "boas_vindas",
                  "type": "text"
                },
                {
                  "key": "numero",
                  "value": "11968936973",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_templates_wpp",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_templates_wpp"
              ]
            }
          },
          "response": []
        },
        {
          "name": "template_save",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"token\": \"{{token}}\",\n  \"midia\": 1,\n  \"name\": \"inicio_conversa\",\n  \"language\": \"pt_BR\",\n  \"category\": \"MARKETING\",\n  \"template_type\": \"default\",\n  \"components\": [\n    { \"type\": \"HEADER\", \"format\": \"TEXT\", \"text\": \"olá, tudo bem?\" },\n    { \"type\": \"BODY\", \"text\": \"pode falar?\" },\n    { \"type\": \"FOOTER\", \"text\": \"estamos a disposição\" },\n    { \"type\": \"BUTTONS\", \n    \"buttons\": [\n      { \"type\": \"QUICK_REPLY\", \"text\": \"Sim quero falar\" },\n      { \"type\": \"URL\", \"text\": \"Clique aqui\", \"url\": \"https://www.example.com/promo\" },\n      { \"type\": \"PHONE_NUMBER\", \"text\": \"Ligue agora\", \"phone_number\": \"+5511987654321\" }\n    ]}\n  ]\n}"
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_template_save",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_template_save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "template_save_delete",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"token\": \"{{token}}\",\n  \"midia\": 1,\n  \"name\": \"inicio_conversa\",\n  \"delete\":true\n}"
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_template_save",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_template_save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "chat_atende",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "channel_id",
                  "value": "PqSCRILQv6ROFJPE4cayPFKJ6sebXTCP",
                  "type": "text"
                },
                {
                  "key": "setor_id",
                  "value": "xxmMGCMIJTyXnEkDlXAxtaee6FV6rAzD",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "699",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/chat_transfer",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "chat_transfer"
              ]
            }
          },
          "response": []
        },
        {
          "name": "sector_id",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "601",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/chat/sector_id",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "chat",
                "sector_id"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "agente",
      "item": [
        {
          "name": "getagent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "600-602",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/getagent",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "getagent"
              ]
            }
          },
          "response": []
        },
        {
          "name": "startpause",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "pauseid",
                  "value": "4",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "600",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/startpause",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "startpause"
              ]
            }
          },
          "response": []
        },
        {
          "name": "getpauses",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "pauseid",
                  "value": "4",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/getpauses",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "getpauses"
              ]
            }
          },
          "response": []
        },
        {
          "name": "agentlogout",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"token\": \"{{token}}\",\n    \"agente\": 602\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{url_api}}/agentlogout",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "agentlogout"
              ]
            }
          },
          "response": []
        },
        {
          "name": "agentstatus",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"token\": \"{{token}}\"\n}"
            },
            "url": {
              "raw": "{{url_api}}/agentstatus",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "agentstatus"
              ]
            }
          },
          "response": []
        },
        {
          "name": "agentlogin",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "jose.silva@uniontelecom.com.br",
                  "type": "text"
                },
                {
                  "key": "ramal",
                  "value": "2000",
                  "type": "text"
                },
                {
                  "key": "senha",
                  "value": "81dc9bdb52d04dc20036dbd8313ed055",
                  "type": "text"
                },
                {
                  "key": "midia",
                  "value": "true",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/agentlogin",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "agentlogin"
              ]
            }
          },
          "response": []
        },
        {
          "name": "endpause",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "600",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/endpause",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "endpause"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "callcenter",
      "item": [
        {
          "name": "queuestatus",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "900-910",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/queuestatus",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "queuestatus"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccentercdr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[902,\"Ativo\"]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[600]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccentercdr",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccentercdr"
              ]
            }
          },
          "response": []
        },
        {
          "name": "reportqueuesummary",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[902,\"Ativo\"]",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "agente",
                  "value": "[600]",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "dataini",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/reportqueuesummary",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "reportqueuesummary"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccentermetrics",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[902,\"Ativo\"]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[600]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                },
                {
                  "key": "report_name",
                  "value": "answered_calls_by_queue",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccentermetrics",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccentermetrics"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccentersessions",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[902,\"Ativo\"]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[600]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-10-01 00:00:00",
                  "type": "text"
                },
                {
                  "key": "report_type",
                  "value": "false",
                  "type": "text"
                },
                {
                  "key": "end_date",
                  "value": "2023-10-28 23:59:59",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccentersessions",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccentersessions"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccenterpauses",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[902,\"Ativo\"]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[600]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-10-01 00:00:00",
                  "type": "text"
                },
                {
                  "key": "report_type",
                  "value": "true",
                  "type": "text"
                },
                {
                  "key": "end_date",
                  "value": "2023-10-28 23:59:59",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccenterpauses",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccenterpauses"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccenteragents",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[900,901,902]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[600,601,602]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccenteragents",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccenteragents"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccentersurvey",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccentersurvey",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccentersurvey"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccenterschedules",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2023-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccenterschedules",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccenterschedules"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccenterattendforms",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "[\"Ativo\"]",
                  "type": "text"
                },
                {
                  "key": "agente",
                  "value": "[600]",
                  "type": "text"
                },
                {
                  "key": "start_date",
                  "value": "2022-01-01 00:00:00",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccenterattendforms",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccenterattendforms"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ccentermetricsreports",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/ccentermetricsreports",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "ccentermetricsreports"
              ]
            }
          },
          "response": []
        },
        {
          "name": "getqueue",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "text"
                },
                {
                  "key": "fila",
                  "value": "901-910",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{url_api}}/getqueue",
              "host": [
                "{{url_api}}"
              ],
              "path": [
                "getqueue"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ],
  "variable": [
    {
      "key": "url_api",
      "value": "https://172.20.105.8"
    },
    {
      "key": "token",
      "value": "$1$VtQRl2p2$wUN4Alc.2L1rNaD/JWflu."
    }
  ]
}