getRequestTypeByIdForServiceDesk
Description
Returns a JSMRequestType structure for the provided request type id, from the service desk mentioned.
Parameters
Return Type
Returns a JSMRequestType structure containing information about the request type.
Example
JSMRequestType requestType = getRequestTypeByIdForServiceDesk(1, 25);
return requestType;
See also
Peacock