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": "83877e83-8a9f-4a80-9567-8851ff1086a7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "268097ff-4117-4f15-a174-a74d90e26f48", "LastAccessed": "2025-04-04T02:31:14.3371612+00:00", "id": "51c6965c-d268-4bbf-825c-11ccce6622f2", "ConfigId": "83a1e077-d71a-4efe-8b8b-f6f18ca49152" }, { "Name": "sample string 1", "PlannerTypeId": "83877e83-8a9f-4a80-9567-8851ff1086a7", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "268097ff-4117-4f15-a174-a74d90e26f48", "LastAccessed": "2025-04-04T02:31:14.3371612+00:00", "id": "51c6965c-d268-4bbf-825c-11ccce6622f2", "ConfigId": "83a1e077-d71a-4efe-8b8b-f6f18ca49152" } ]