GET api/SurveyStatus/GetSurveyStatusKPI/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SurveyStatusKPI| Name | Description | Type | Additional information |
|---|---|---|---|
| Complete | decimal number |
None. |
|
| Ineligeble | decimal number |
None. |
|
| Screenout | decimal number |
None. |
|
| Quotafull | decimal number |
None. |
|
| Partial | decimal number |
None. |
|
| IR | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Complete": 1.1,
"Ineligeble": 2.1,
"Screenout": 3.1,
"Quotafull": 4.1,
"Partial": 5.1,
"IR": 6.1
}
text/plain
Sample:
{"Complete":1.1,"Ineligeble":2.1,"Screenout":3.1,"Quotafull":4.1,"Partial":5.1,"IR":6.1}
application/xml, text/xml
Sample:
<SurveyStatusKPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rtr.Entities.Model.Survey"> <Complete>1.1</Complete> <IR>6.1</IR> <Ineligeble>2.1</Ineligeble> <Partial>5.1</Partial> <Quotafull>4.1</Quotafull> <Screenout>3.1</Screenout> </SurveyStatusKPI>