GET api/HSV/GetExternalQualifiedpanelists?projectID={projectID}&sampleID={sampleID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectID | integer |
Required |
|
sampleID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of API_Externalpanelists_ResultName | Description | Type | Additional information |
---|---|---|---|
Panelistid | string |
None. |
|
Uniqueid | string |
None. |
|
ProjectId | integer |
None. |
|
SampleId | integer |
None. |
|
Createddate | date |
None. |
|
SurveyUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Panelistid": "sample string 1", "Uniqueid": "sample string 2", "ProjectId": 1, "SampleId": 1, "Createddate": "2025-01-21T23:30:32.8512236-05:00", "SurveyUrl": "sample string 3" }, { "Panelistid": "sample string 1", "Uniqueid": "sample string 2", "ProjectId": 1, "SampleId": 1, "Createddate": "2025-01-21T23:30:32.8512236-05:00", "SurveyUrl": "sample string 3" } ]