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": "4caf001e-c9d4-486c-a2ee-5b06ee11aee7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "9ea27367-4e93-463d-b430-9fd4930b99aa", "LastAccessed": "2025-10-19T09:11:13.893305+00:00", "id": "abd8331f-e67b-4577-a97d-8e4a521b778d", "ConfigId": "bf7d0395-c090-49f2-86e8-68e1ee028675" }, { "Name": "sample string 1", "PlannerTypeId": "4caf001e-c9d4-486c-a2ee-5b06ee11aee7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "9ea27367-4e93-463d-b430-9fd4930b99aa", "LastAccessed": "2025-10-19T09:11:13.893305+00:00", "id": "abd8331f-e67b-4577-a97d-8e4a521b778d", "ConfigId": "bf7d0395-c090-49f2-86e8-68e1ee028675" } ]