POST api/globalsearch/search
Search Plans by keyword and search type
Request Information
URI Parameters
None.
Body Parameters
GlobalSearchRequestName | Description | Type | Additional information |
---|---|---|---|
KeyWord | string |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "KeyWord": "sample string 1", "Type": "sample string 2" }
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": "361f3497-179b-43b6-97a2-90ec15a2cec1", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "f173f9c7-b386-405f-a896-d1fac3f596ff", "LastAccessed": "2025-07-12T02:57:42.3286211+00:00", "id": "aa50b1f0-1cc3-4831-a4fb-0928254e959c", "ConfigId": "bfc47e38-c04b-47d5-b6b5-ad34da378e39" }, { "Name": "sample string 1", "PlannerTypeId": "361f3497-179b-43b6-97a2-90ec15a2cec1", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "f173f9c7-b386-405f-a896-d1fac3f596ff", "LastAccessed": "2025-07-12T02:57:42.3286211+00:00", "id": "aa50b1f0-1cc3-4831-a4fb-0928254e959c", "ConfigId": "bfc47e38-c04b-47d5-b6b5-ad34da378e39" } ]