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": "406e7e5e-2e23-426c-b146-14a8351c8bef", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "b95932ff-b300-4f23-b2fd-ee62f29c0664", "LastAccessed": "2025-10-19T09:13:27.9379789+00:00", "id": "23be5c23-7739-4402-8b21-427b478c66f1", "ConfigId": "fa4a1b64-4059-4b91-9d60-79ae73c0b3cd" }, { "Name": "sample string 1", "PlannerTypeId": "406e7e5e-2e23-426c-b146-14a8351c8bef", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "b95932ff-b300-4f23-b2fd-ee62f29c0664", "LastAccessed": "2025-10-19T09:13:27.9379789+00:00", "id": "23be5c23-7739-4402-8b21-427b478c66f1", "ConfigId": "fa4a1b64-4059-4b91-9d60-79ae73c0b3cd" } ]