FlowVoice public API
    FlowVoice public API
    • User Manual
      • How to use
        • General Explanation
        • Ovierview
        • Calls
        • Chats
        • Whatsapp
        • Assistants
        • Knowladge Base
        • Numbers
        • User
        • Integrations
        • Settings
    • API
      • Getting started
        • Overview
        • Authentication
      • Calls
        • Calls List
        • Call Read
      • Calendars
        • Calendars List
        • Calendar Read
      • Company
        • Company Read
      • Events
        • Events List
        • Events Read
    • Schemas
      • Call List
      • Call

    Call List

    {
        "data": [
            {
                "Id": "string",
                "Company": "string",
                "Status": "string",
                "Assistant": "string",
                "AssistantName": "string",
                "PhoneNumber": "string",
                "Summary": "string",
                "StartedAt": "string",
                "EndedAt": "string",
                "Transcript": [
                    {
                        "Sorting": 0,
                        "Role": "string",
                        "Text": "string"
                    }
                ],
                "Keywords": [
                    "string"
                ],
                "Flags": [
                    "string"
                ]
            }
        ],
        "hasMore": true,
        "nextCursor": "string"
    }
    Built with