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": "a88d3375-4888-47d0-be43-6e111d77ea53", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "11730a6d-3bcb-4c9e-97ba-4b2c618a828f", "LastAccessed": "2024-12-11T18:29:30.3541785+00:00", "id": "38ecaef9-7ca8-477e-84e8-12c2f1fd8199", "ConfigId": "a6801634-547d-4fc5-94a5-d42fe9031f47" }, { "Name": "sample string 1", "PlannerTypeId": "a88d3375-4888-47d0-be43-6e111d77ea53", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "11730a6d-3bcb-4c9e-97ba-4b2c618a828f", "LastAccessed": "2024-12-11T18:29:30.3541785+00:00", "id": "38ecaef9-7ca8-477e-84e8-12c2f1fd8199", "ConfigId": "a6801634-547d-4fc5-94a5-d42fe9031f47" } ]