GET api/Campaigns/Care/GetListLog?id={id}&campaignId={campaignId}&currentPage={currentPage}&rowPerPage={rowPerPage}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

campaignId

string

Required

currentPage

integer

Required

rowPerPage

byte

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CampaignCareHistorySelectModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Description

string

None.

DateCreate

date

None.

EmployeeName

string

None.

AvatarUrl

string

None.

Status

string

None.

StatusColor

string

None.

Percentage

byte

None.

Total

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "f0b4edfe-23f2-4e0a-8ba0-2991d37f8fb2",
    "description": "sample string 2",
    "dateCreate": "2025-12-06T12:28:47.9026466+07:00",
    "employeeName": "sample string 3",
    "avatarUrl": "sample string 4",
    "status": "sample string 5",
    "statusColor": "sample string 6",
    "percentage": 64,
    "total": 8
  },
  {
    "id": "f0b4edfe-23f2-4e0a-8ba0-2991d37f8fb2",
    "description": "sample string 2",
    "dateCreate": "2025-12-06T12:28:47.9026466+07:00",
    "employeeName": "sample string 3",
    "avatarUrl": "sample string 4",
    "status": "sample string 5",
    "statusColor": "sample string 6",
    "percentage": 64,
    "total": 8
  }
]

application/xml, text/xml

Sample:
<ArrayOfCampaignCareHistorySelectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Campaign">
  <CampaignCareHistorySelectModel>
    <AvatarUrl>sample string 4</AvatarUrl>
    <DateCreate>2025-12-06T12:28:47.9026466+07:00</DateCreate>
    <Description>sample string 2</Description>
    <EmployeeName>sample string 3</EmployeeName>
    <Id>f0b4edfe-23f2-4e0a-8ba0-2991d37f8fb2</Id>
    <Percentage>64</Percentage>
    <Status>sample string 5</Status>
    <StatusColor>sample string 6</StatusColor>
    <Total>8</Total>
  </CampaignCareHistorySelectModel>
  <CampaignCareHistorySelectModel>
    <AvatarUrl>sample string 4</AvatarUrl>
    <DateCreate>2025-12-06T12:28:47.9026466+07:00</DateCreate>
    <Description>sample string 2</Description>
    <EmployeeName>sample string 3</EmployeeName>
    <Id>f0b4edfe-23f2-4e0a-8ba0-2991d37f8fb2</Id>
    <Percentage>64</Percentage>
    <Status>sample string 5</Status>
    <StatusColor>sample string 6</StatusColor>
    <Total>8</Total>
  </CampaignCareHistorySelectModel>
</ArrayOfCampaignCareHistorySelectModel>