Syntax
getRequestTypesgetRequestsTypes(portalId)
Description
Excerpt |
---|
Returns an array of JRequestType containing all the Request Type data for a Portal. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
portalId | Number | No | Key of the selected issue |
Return type
JRequestType[]
...
Code Block |
---|
JRequestType[] requestTypes = getRequestsTypes(1234); JRequestType firstRequestType = requestTypes[0]; return firstRequestType.description; |
See also
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|