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": "18bde253-9626-4594-8051-28bc1b0545c5", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "33d1b3d6-4447-40d8-b138-362c426a2977", "LastAccessed": "2025-07-08T18:16:34.1954275+00:00", "id": "e7b7e3f9-41d8-4496-b49d-034ce3e10972", "ConfigId": "323ab3eb-15f2-42b3-95e8-0ae2dc529080" }, { "Name": "sample string 1", "PlannerTypeId": "18bde253-9626-4594-8051-28bc1b0545c5", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "33d1b3d6-4447-40d8-b138-362c426a2977", "LastAccessed": "2025-07-08T18:16:34.1954275+00:00", "id": "e7b7e3f9-41d8-4496-b49d-034ce3e10972", "ConfigId": "323ab3eb-15f2-42b3-95e8-0ae2dc529080" } ]