GET Api/ScheduleApi/GetScheduleScores?scheduleId={scheduleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scheduleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

GetScheduleScoresDTO
NameDescriptionTypeAdditional information
ScheduleId

integer

None.

ScheduleDate

date

None.

AgentId

integer

None.

InitialName

string

None.

OverALLScore

decimal number

None.

OverAllWithoutUpselling

decimal number

None.

UpsellingScore

decimal number

None.

BrandStandardScore

decimal number

None.

EBOverallScore

decimal number

None.

EmotionalScore

integer

None.

YESNUM

integer

None.

NONUM

integer

None.

NANUM

integer

None.

TotalNUM

integer

None.

BS_YESNUM

integer

None.

BS_NONUM

integer

None.

BS_NANUM

integer

None.

EBS_YESNUM

integer

None.

EBS_NONUM

integer

None.

EBS_NANUM

integer

None.

Upselling_YESNUM

integer

None.

Upselling_NONUM

integer

None.

Upselling_NANUM

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ScheduleId": 1,
  "ScheduleDate": "2025-05-25T20:44:01.4061581+04:00",
  "AgentId": 1,
  "InitialName": "sample string 1",
  "OverALLScore": 1.0,
  "OverAllWithoutUpselling": 1.0,
  "UpsellingScore": 1.0,
  "BrandStandardScore": 1.0,
  "EBOverallScore": 1.0,
  "EmotionalScore": 1,
  "YESNUM": 1,
  "NONUM": 1,
  "NANUM": 1,
  "TotalNUM": 1,
  "BS_YESNUM": 1,
  "BS_NONUM": 1,
  "BS_NANUM": 1,
  "EBS_YESNUM": 1,
  "EBS_NONUM": 1,
  "EBS_NANUM": 1,
  "Upselling_YESNUM": 1,
  "Upselling_NONUM": 1,
  "Upselling_NANUM": 1
}

text/html, multipart/form-data

Sample:
{"ScheduleId":1,"ScheduleDate":"2025-05-25T20:44:01.4061581+04:00","AgentId":1,"InitialName":"sample string 1","OverALLScore":1.0,"OverAllWithoutUpselling":1.0,"UpsellingScore":1.0,"BrandStandardScore":1.0,"EBOverallScore":1.0,"EmotionalScore":1,"YESNUM":1,"NONUM":1,"NANUM":1,"TotalNUM":1,"BS_YESNUM":1,"BS_NONUM":1,"BS_NANUM":1,"EBS_YESNUM":1,"EBS_NONUM":1,"EBS_NANUM":1,"Upselling_YESNUM":1,"Upselling_NONUM":1,"Upselling_NANUM":1}

application/xml, text/xml

Sample:
<GetScheduleScoresDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
  <AgentId>1</AgentId>
  <BS_NANUM>1</BS_NANUM>
  <BS_NONUM>1</BS_NONUM>
  <BS_YESNUM>1</BS_YESNUM>
  <BrandStandardScore>1</BrandStandardScore>
  <EBOverallScore>1</EBOverallScore>
  <EBS_NANUM>1</EBS_NANUM>
  <EBS_NONUM>1</EBS_NONUM>
  <EBS_YESNUM>1</EBS_YESNUM>
  <EmotionalScore>1</EmotionalScore>
  <InitialName>sample string 1</InitialName>
  <NANUM>1</NANUM>
  <NONUM>1</NONUM>
  <OverALLScore>1</OverALLScore>
  <OverAllWithoutUpselling>1</OverAllWithoutUpselling>
  <ScheduleDate>2025-05-25T20:44:01.4061581+04:00</ScheduleDate>
  <ScheduleId>1</ScheduleId>
  <TotalNUM>1</TotalNUM>
  <UpsellingScore>1</UpsellingScore>
  <Upselling_NANUM>1</Upselling_NANUM>
  <Upselling_NONUM>1</Upselling_NONUM>
  <Upselling_YESNUM>1</Upselling_YESNUM>
  <YESNUM>1</YESNUM>
</GetScheduleScoresDTO>