GetAssignedInterviewerUserIds
Description
Get the interviewer user ids that have been assign to a specified project.
Signature
string[] GetAssignedInterviewerUserIds(string key, string projectId)
Parameters
| Name | Data Type | Description |
|---|---|---|
key |
string required |
The authentication key |
projectId |
string required |
The ID of the project |
Response
| Data Type | Description |
|---|---|
string[ ] |
The interviewer user ids that are assigned to the specified project. |
Example
// Create instance of the webservice
var capi = new CapiSoapClient();
//***************************************************
//
// GetAssignedInterviewerUserIds
//
//***************************************************
string[] userIdsAssignedToProject = capi.GetAssignedInterviewerUserIds(key, "p123456789");