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": "6d3d517f-59ed-49b1-aadd-cbd356465616", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "55fd95b5-ed5a-4adc-be20-a3731ed95101", "LastAccessed": "2025-05-23T21:57:38.9140104+00:00", "id": "82d19ef0-e326-4c5e-956c-c4c95c521d20", "ConfigId": "b9552245-f287-413a-8452-4016ab2fa038" }, { "Name": "sample string 1", "PlannerTypeId": "6d3d517f-59ed-49b1-aadd-cbd356465616", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "55fd95b5-ed5a-4adc-be20-a3731ed95101", "LastAccessed": "2025-05-23T21:57:38.9140104+00:00", "id": "82d19ef0-e326-4c5e-956c-c4c95c521d20", "ConfigId": "b9552245-f287-413a-8452-4016ab2fa038" } ]