GET api/globalsearch/recentplans
Get user recent plans for 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": "9b404e73-e579-4a0e-892e-96917c4baeb3", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "d1fd0a49-ecbb-47d3-a562-9820e4552ab2", "LastAccessed": "2025-09-03T18:07:26.0239079+00:00", "id": "4ad93536-c233-463a-9630-19866dadc79e", "ConfigId": "990e93f3-2b4e-4d4c-906d-b20bf6e7fc20" }, { "Name": "sample string 1", "PlannerTypeId": "9b404e73-e579-4a0e-892e-96917c4baeb3", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "d1fd0a49-ecbb-47d3-a562-9820e4552ab2", "LastAccessed": "2025-09-03T18:07:26.0239079+00:00", "id": "4ad93536-c233-463a-9630-19866dadc79e", "ConfigId": "990e93f3-2b4e-4d4c-906d-b20bf6e7fc20" } ]