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": "79e18838-74ab-4bd6-9a2f-e7cf252fbeb7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "bac39d80-6f0d-4358-ab08-eb55b1b46060", "LastAccessed": "2025-04-04T02:41:55.3907637+00:00", "id": "f1fd3889-f1cd-41bb-937d-b6ff1ebc0336", "ConfigId": "b68b817e-f6c1-436c-8ddf-f9caa4c2873a" }, { "Name": "sample string 1", "PlannerTypeId": "79e18838-74ab-4bd6-9a2f-e7cf252fbeb7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "bac39d80-6f0d-4358-ab08-eb55b1b46060", "LastAccessed": "2025-04-04T02:41:55.3907637+00:00", "id": "f1fd3889-f1cd-41bb-937d-b6ff1ebc0336", "ConfigId": "b68b817e-f6c1-436c-8ddf-f9caa4c2873a" } ]