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": "8acd9d10-9c7b-4064-8945-76bb4c237920", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "9ec17221-eb7d-4280-91fd-cc0e095ab4e5", "LastAccessed": "2025-07-08T19:53:53.9405104+00:00", "id": "b62d6870-784d-4bf4-b5b2-1dcdd50166dc", "ConfigId": "b922108c-c8e2-408c-a0a8-597e7eea3845" }, { "Name": "sample string 1", "PlannerTypeId": "8acd9d10-9c7b-4064-8945-76bb4c237920", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "9ec17221-eb7d-4280-91fd-cc0e095ab4e5", "LastAccessed": "2025-07-08T19:53:53.9405104+00:00", "id": "b62d6870-784d-4bf4-b5b2-1dcdd50166dc", "ConfigId": "b922108c-c8e2-408c-a0a8-597e7eea3845" } ]