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

    PagedResultOfConversationDto

    {
        "TotalCount": 0,
        "Items": [
            {
                "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                "Sentiment": 0,
                "Status": 1,
                "LastActivityAt": "2019-08-24T14:15:22.123Z",
                "ContactId": "5d5ccd8e-252d-4619-b43e-535952c342e4",
                "ContactName": "string",
                "ContactType": 0,
                "PhoneNumber": "string",
                "ChannelId": "04b0b2a5-93cb-474d-8ea9-3df0f84eb0ff",
                "AssigneeId": "255c80c0-3ac6-4a93-8cf8-91a6815ba1cc",
                "AssignedAiAgentId": "3461ec9f-4c67-4c86-9e76-c5b8ec4cbdd0",
                "IsAiAssignee": true,
                "AssigneeName": "string",
                "Channel": {
                    "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                    "Name": "string",
                    "Type": 1,
                    "Icon": "string",
                    "PhoneNumber": "string"
                },
                "LastEventSourceType": 1,
                "LastEventDirection": 1,
                "LastEventStatus": "string",
                "LastEventPreviewBody": "string",
                "LastEventOccurredAt": "2019-08-24T14:15:22.123Z",
                "LastEventsCount": 0,
                "Tags": [
                    {
                        "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                        "Name": "string",
                        "Icon": "string",
                        "IsPinned": true,
                        "CreationTime": "2019-08-24T14:15:22.123Z"
                    }
                ],
                "UnreadCount": 0
            }
        ]
    }
    Built with