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": "c221f474-241d-4313-99aa-eac3d1ec3c21", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "9f8eef9e-8dd2-454f-a5cf-be3491ece642", "LastAccessed": "2025-04-04T02:41:55.0498981+00:00", "id": "26cbec2d-0b13-499c-86f1-50574a970a5f", "ConfigId": "e6fd1cd9-6579-437b-89d6-1052f0984e9a" }, { "Name": "sample string 1", "PlannerTypeId": "c221f474-241d-4313-99aa-eac3d1ec3c21", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "9f8eef9e-8dd2-454f-a5cf-be3491ece642", "LastAccessed": "2025-04-04T02:41:55.0498981+00:00", "id": "26cbec2d-0b13-499c-86f1-50574a970a5f", "ConfigId": "e6fd1cd9-6579-437b-89d6-1052f0984e9a" } ]