getRequestParticipants
Syntax | getRequestParticipants(requestId_or_Key) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns a string array of request participants keys.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
requestId_or_Key | String | Yes | The key or id of the selected request. |
Return Type
String
Example
return getRequestParticipants("JSD-10");Returns the string array of request participants keys.