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": "95854168-0481-459b-ae99-ee9ad175ea77", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "534e5d82-7d00-456d-b729-1da0758a4042", "LastAccessed": "2025-10-19T09:05:09.0489534+00:00", "id": "d6bdd8d8-d848-4047-957b-d654a4370f6c", "ConfigId": "51e1ab68-27dc-47eb-aa09-ebd632d5d98c" }, { "Name": "sample string 1", "PlannerTypeId": "95854168-0481-459b-ae99-ee9ad175ea77", "PlanNumber": "sample string 3", "Fragment": true, "ProcessStep": "534e5d82-7d00-456d-b729-1da0758a4042", "LastAccessed": "2025-10-19T09:05:09.0489534+00:00", "id": "d6bdd8d8-d848-4047-957b-d654a4370f6c", "ConfigId": "51e1ab68-27dc-47eb-aa09-ebd632d5d98c" } ]