GET api/Vendor/GetProjectdetails?Projectstatus={Projectstatus}

Response Formats

application/json, text/json

Sample:
[
  {
    "ProjectId": 1,
    "ProjectGroupID": 1,
    "ProjectStatus": "sample string 1",
    "SurveyTopic": "sample string 2",
    "CostPerInterview": 1.0,
    "IncidenceRateB2B": 64,
    "SurveyLength": 64,
    "ResponseNeeded": 1,
    "MarketId": 64,
    "SampleID": 4,
    "SurveyLink": "sample string 5"
  },
  {
    "ProjectId": 1,
    "ProjectGroupID": 1,
    "ProjectStatus": "sample string 1",
    "SurveyTopic": "sample string 2",
    "CostPerInterview": 1.0,
    "IncidenceRateB2B": 64,
    "SurveyLength": 64,
    "ResponseNeeded": 1,
    "MarketId": 64,
    "SampleID": 4,
    "SurveyLink": "sample string 5"
  }
]