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": "04e43731-db92-4f93-bf20-935a362f2fbf", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "eb417cb1-a215-482d-9f49-14f5b7ca0007", "LastAccessed": "2025-09-03T18:07:26.0185685+00:00", "id": "c940c023-5a76-4b61-affc-f3b37810beb6", "ConfigId": "65897f93-b95d-4af0-8132-9f3284acdcbb" }, { "Name": "sample string 1", "PlannerTypeId": "04e43731-db92-4f93-bf20-935a362f2fbf", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "eb417cb1-a215-482d-9f49-14f5b7ca0007", "LastAccessed": "2025-09-03T18:07:26.0185685+00:00", "id": "c940c023-5a76-4b61-affc-f3b37810beb6", "ConfigId": "65897f93-b95d-4af0-8132-9f3284acdcbb" } ]