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": "98c876af-c2d5-4ce3-85c2-786e2005e169", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "d3d15c07-b44a-4ec5-a15e-247827d527dd", "LastAccessed": "2024-12-18T19:46:39.3674913+00:00", "id": "f7f27fc0-9c60-4972-8fcd-4d3c0057d2f4", "ConfigId": "42b3209a-697c-405a-a676-c2b53cb99364" }, { "Name": "sample string 1", "PlannerTypeId": "98c876af-c2d5-4ce3-85c2-786e2005e169", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "d3d15c07-b44a-4ec5-a15e-247827d527dd", "LastAccessed": "2024-12-18T19:46:39.3674913+00:00", "id": "f7f27fc0-9c60-4972-8fcd-4d3c0057d2f4", "ConfigId": "42b3209a-697c-405a-a676-c2b53cb99364" } ]