Skip to end of banner
Go to start of banner

getRequestTypesForServiceDesk

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Returns an array of JSMRequestType containing all the Request Type data for the provided parameters.

Parameters

Return Type

JSMRequestType []

Returns an array of JSMRequestType containing information about the request types.

Example

JSMRequestType[] requestTypes = getRequestTypesForServiceDesk(1);
return requestTypes;

See also

  • No labels