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": "47e243da-d64d-4b14-ba0b-341a8e545df7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "f1204b48-f391-4d61-b1cb-610ddb8210bc", "LastAccessed": "2025-07-11T10:08:29.936562+00:00", "id": "749d8934-ed99-4da2-a2e4-cf624d8d0b65", "ConfigId": "f4a25eb7-3569-4702-a7fd-94a435c2663a" }, { "Name": "sample string 1", "PlannerTypeId": "47e243da-d64d-4b14-ba0b-341a8e545df7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "f1204b48-f391-4d61-b1cb-610ddb8210bc", "LastAccessed": "2025-07-11T10:08:29.936562+00:00", "id": "749d8934-ed99-4da2-a2e4-cf624d8d0b65", "ConfigId": "f4a25eb7-3569-4702-a7fd-94a435c2663a" } ]