Skip to main content
Retrieve a list of custom module records with optional filtering.
External DocumentationTo learn more, visit the Manage Engine ServiceDesk Plus Cloud documentation.

Parameters

ParameterDescription
Custom Module API NameThe API name. Must start with cm_ prefix.

For more information, refer to Service Desk’s documentation
PageThe number of the page to start retrieving results from. Defaults to 1 if not provided.
Page SizeThe maximum number of items to return per page. Defaults to 10 if not provided.
Portal NameThe Portal URL Name.

For more information, refer to Service Desk’s documentation

Example Output

{
	"response_status": [
		{
			"status_code": 2000,
			"status": "success"
		}
	],
	"list_info": {
		"has_more_rows": false,
		"row_count": 2
	},
	"cm_client_portal": [
		{
			"cm_attributes": {
				"txt_name": "John Doe"
			},
			"id": "1440000004206003"
		},
		{
			"cm_attributes": {
				"txt_name": "Jane Doe"
			},
			"id": "1440000004206004"
		}
	]
}

Workflow Library Example

List Custom Module Records with Manage Engine Servicedesk Plus Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop