GET api/HSV/GetProjectdetails?Projectstatus={Projectstatus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Projectstatus | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of API_GetProjectDetails_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectGroupID | integer |
None. |
|
| ProjectStatus | string |
None. |
|
| SurveyTopic | string |
None. |
|
| CostPerInterview | decimal number |
None. |
|
| IncidenceRateB2B | byte |
None. |
|
| SurveyLength | byte |
None. |
|
| ResponseNeeded | integer |
None. |
|
| MarketId | byte |
None. |
|
| SampleID | integer |
None. |
|
| SurveyLink | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectId": 1,
"ProjectGroupID": 1,
"ProjectStatus": "sample string 2",
"SurveyTopic": "sample string 3",
"CostPerInterview": 1.0,
"IncidenceRateB2B": 64,
"SurveyLength": 64,
"ResponseNeeded": 1,
"MarketId": 64,
"SampleID": 5,
"SurveyLink": "sample string 6"
},
{
"ProjectId": 1,
"ProjectGroupID": 1,
"ProjectStatus": "sample string 2",
"SurveyTopic": "sample string 3",
"CostPerInterview": 1.0,
"IncidenceRateB2B": 64,
"SurveyLength": 64,
"ResponseNeeded": 1,
"MarketId": 64,
"SampleID": 5,
"SurveyLink": "sample string 6"
}
]