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": "a7bb5357-2346-4241-a3f4-9185354fe118", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "2a1e7f1e-c95f-4ae6-aae3-b0dede639fd8", "LastAccessed": "2025-05-23T22:00:33.8002906+00:00", "id": "c0662b2a-031d-433d-9ff2-668910bb0507", "ConfigId": "e10d7d50-ee89-474d-bc10-8ad1b4b37089" }, { "Name": "sample string 1", "PlannerTypeId": "a7bb5357-2346-4241-a3f4-9185354fe118", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "2a1e7f1e-c95f-4ae6-aae3-b0dede639fd8", "LastAccessed": "2025-05-23T22:00:33.8002906+00:00", "id": "c0662b2a-031d-433d-9ff2-668910bb0507", "ConfigId": "e10d7d50-ee89-474d-bc10-8ad1b4b37089" } ]