GET api/globalsearch/favorite
Get user favorite plans on global search section
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GlobalSearchPlanName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
PlannerTypeId | globally unique identifier |
None. |
|
PlanNumber | string |
None. |
|
Fragment | boolean |
None. |
|
ProcessStep | globally unique identifier |
None. |
|
LastAccessed | date |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "PlannerTypeId": "b78842e2-1fb7-4646-8a63-9aa49bfac50a", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "80b09369-ee2b-446a-97ac-f58c75ffaf1c", "LastAccessed": "2025-07-16T12:53:16.4707465+00:00", "id": "d4a1da63-b263-43d3-811f-09a3615ca3b1", "ConfigId": "da690ce0-0a16-43e9-82f7-0dcd870e7bf0" }, { "Name": "sample string 1", "PlannerTypeId": "b78842e2-1fb7-4646-8a63-9aa49bfac50a", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "80b09369-ee2b-446a-97ac-f58c75ffaf1c", "LastAccessed": "2025-07-16T12:53:16.4707465+00:00", "id": "d4a1da63-b263-43d3-811f-09a3615ca3b1", "ConfigId": "da690ce0-0a16-43e9-82f7-0dcd870e7bf0" } ]