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": "f5ff3103-2f4b-42f0-b035-16d908db3616", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "59f56235-4da2-4b0f-8faf-d1911e729444", "LastAccessed": "2025-07-08T19:51:24.7146687+00:00", "id": "b1f56eeb-dc84-4f94-8595-b17a4df5e4d8", "ConfigId": "20978955-9054-4449-aad2-874e27d3390e" }, { "Name": "sample string 1", "PlannerTypeId": "f5ff3103-2f4b-42f0-b035-16d908db3616", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "59f56235-4da2-4b0f-8faf-d1911e729444", "LastAccessed": "2025-07-08T19:51:24.7146687+00:00", "id": "b1f56eeb-dc84-4f94-8595-b17a4df5e4d8", "ConfigId": "20978955-9054-4449-aad2-874e27d3390e" } ]