GET api/CustomerFeedbackApi?fromDate={fromDate}&toDate={toDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromDate

date

Required

toDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of usp_GetFeedBackHistory_Result
NameDescriptionTypeAdditional information
MobileNo

string

None.

Message

string

None.

BranchName

string

None.

FeedBackComment

string

None.

SentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MobileNo": "sample string 1",
    "Message": "sample string 2",
    "BranchName": "sample string 3",
    "FeedBackComment": "sample string 4",
    "SentDateTime": "2025-12-06T10:51:13.6673844+05:00"
  },
  {
    "MobileNo": "sample string 1",
    "Message": "sample string 2",
    "BranchName": "sample string 3",
    "FeedBackComment": "sample string 4",
    "SentDateTime": "2025-12-06T10:51:13.6673844+05:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfusp_GetFeedBackHistory_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <usp_GetFeedBackHistory_Result>
    <BranchName>sample string 3</BranchName>
    <FeedBackComment>sample string 4</FeedBackComment>
    <Message>sample string 2</Message>
    <MobileNo>sample string 1</MobileNo>
    <SentDateTime>2025-12-06T10:51:13.6673844+05:00</SentDateTime>
  </usp_GetFeedBackHistory_Result>
  <usp_GetFeedBackHistory_Result>
    <BranchName>sample string 3</BranchName>
    <FeedBackComment>sample string 4</FeedBackComment>
    <Message>sample string 2</Message>
    <MobileNo>sample string 1</MobileNo>
    <SentDateTime>2025-12-06T10:51:13.6673844+05:00</SentDateTime>
  </usp_GetFeedBackHistory_Result>
</ArrayOfusp_GetFeedBackHistory_Result>