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": "40c3ba6e-200b-4c3e-b6f1-499d1da021b9", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "380ce62a-8d37-4267-8dfd-b342e12ff70f", "LastAccessed": "2025-05-23T20:10:10.6025921+00:00", "id": "2411729f-f16e-412d-bd4c-4cce623b4e0c", "ConfigId": "573fbfa8-862f-4ed5-9fb9-588acc54db62" }, { "Name": "sample string 1", "PlannerTypeId": "40c3ba6e-200b-4c3e-b6f1-499d1da021b9", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "380ce62a-8d37-4267-8dfd-b342e12ff70f", "LastAccessed": "2025-05-23T20:10:10.6025921+00:00", "id": "2411729f-f16e-412d-bd4c-4cce623b4e0c", "ConfigId": "573fbfa8-862f-4ed5-9fb9-588acc54db62" } ]