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": "007e6e86-3dba-43fc-85b5-7af20c421673", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "b44e6f01-6392-46bc-ad8c-002060c742de", "LastAccessed": "2025-09-03T17:59:44.5557362+00:00", "id": "c336849a-5865-4ad9-8e0c-1da4e0f32e46", "ConfigId": "37e77f46-c52d-4d48-9798-875d44a1e3fd" }, { "Name": "sample string 1", "PlannerTypeId": "007e6e86-3dba-43fc-85b5-7af20c421673", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "b44e6f01-6392-46bc-ad8c-002060c742de", "LastAccessed": "2025-09-03T17:59:44.5557362+00:00", "id": "c336849a-5865-4ad9-8e0c-1da4e0f32e46", "ConfigId": "37e77f46-c52d-4d48-9798-875d44a1e3fd" } ]