Hatif
    • Account API
      • Service Login
        POST
    • Channels API
      • Get Channels
        GET
    • Whatsapp API
      • Send Text
        POST
      • Send Template
        POST
    • Contact
      • Set Property Value on Contact
        PUT
      • Search Contacts [Complex]
        POST
      • Delete Property Value on Contact
        DELETE
      • Create Contact
        POST
      • Update Contact
        PUT
      • Get Contacts
        GET
      • Get Contact By Id
        GET
      • Delete Contact
        DELETE
      • Create Bulk Contacts vCards
        POST
      • Create Contact
        POST
      • Get Contacts Search
        POST
      • Contacts History
        GET
    • Contact Properties
      • List Contact Properties
      • Delete Contact Property
      • Update Contact Property
      • Create Contact Property
      • Contact Properties Statistics
    • Support API
      • Upload Audio File
    • Outbound IVR API
      • Create Outbound IVR
    • Workspace API
      • Get Workspace Users
    • Conversations API
      • Get Conversation Timeline
      • List Conversations
      • Create Conversation
      • Assign Conversation
      • Get Conversation
    • Tags API
      • Create Tag
      • Delete Tag
      • Update Tag
      • List Tags
    • Call Webhook
    • WhatsApp Message Webhook
    • Schemas
      • Call Webhook
      • WhatsApp Message Webhook
      • ConversationDto
      • CreateTagDto
      • ChannelConversationDto
      • UpdateTagDto
      • TagDto
      • ConversationTimelineDto
      • PagedResultOfTagDto
      • AiSummaryDto
      • ReplyInfoDto
      • InternalThreadDto
      • LocationMessageDto
      • AssignationInfoDto
      • PagedResultOfConversationDto
      • PagedResultOfConversationTimelineDto

    PagedResultOfConversationTimelineDto

    {
        "TotalCount": 0,
        "Items": [
            {
                "EventId": "219a0dfb-2d03-431e-be28-19bdc45be724",
                "ConversationId": "c2b5572d-5fa1-4af6-9a33-1ef18b3dc9a8",
                "ContactId": "5d5ccd8e-252d-4619-b43e-535952c342e4",
                "ChannelId": "04b0b2a5-93cb-474d-8ea9-3df0f84eb0ff",
                "SourceType": 1,
                "SourceId": "dbac54cd-2ad0-4c34-b943-246b49709b6c",
                "Direction": 1,
                "CreationTime": "2019-08-24T14:15:22.123Z",
                "Status": "string",
                "ErrorCode": 0,
                "FailureReason": "string",
                "IsAi": true,
                "Attachment": "string",
                "OwnerUserId": "aed507e2-a2aa-44ff-9cf5-afd1305cd2ac",
                "AiAgentId": "a7a17aba-b6d3-4b20-b495-33d6045bf59d",
                "DurationOrSize": "string",
                "RingingDuration": "string",
                "Body": "string",
                "HandlerName": "string",
                "AiSummary": {
                    "Summary": "string",
                    "Transcription": "string"
                },
                "ReplyTo": {
                    "RepliedToEventId": "83aee00d-b06e-424d-bda0-6ce537034ac4",
                    "RepliedToBody": "string"
                },
                "InternalThread": {
                    "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                    "IsResolved": true,
                    "MessageCount": 0
                },
                "Location": {
                    "Latitude": 0,
                    "Longitude": 0,
                    "Name": "string",
                    "Address": "string"
                },
                "Assignation": {
                    "AssignedUserId": "2377db57-3495-46d5-9334-4dd16a5f3a55",
                    "AssignedUserName": "string",
                    "AssignedAiAgentId": "3461ec9f-4c67-4c86-9e76-c5b8ec4cbdd0",
                    "AssignedAiAgentName": "string",
                    "AssignedByUserId": "5325095d-606d-4f10-9dda-1533300873ca",
                    "AssignedByUserName": "string"
                }
            }
        ]
    }
    Built with