POST api/globalsearch/search

Search Plans by keyword and search type

Request Information

URI Parameters

None.

Body Parameters

GlobalSearchRequest
NameDescriptionTypeAdditional 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 GlobalSearchPlan
NameDescriptionTypeAdditional 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": "4e1aedbd-b5b2-48da-812c-30f5519401fd",
    "PlanNumber": "sample string 3",
    "Fragment": true,
    "ProcessStep": "b1fa01a4-cdc9-451f-9fa3-338fa6a95d5e",
    "LastAccessed": "2024-10-18T08:38:36.8667934+00:00",
    "id": "a9e67544-3d33-4e1f-88f7-82867ea85a3a",
    "ConfigId": "2824b76a-376c-49a6-9d33-bef9af76d276"
  },
  {
    "Name": "sample string 1",
    "PlannerTypeId": "4e1aedbd-b5b2-48da-812c-30f5519401fd",
    "PlanNumber": "sample string 3",
    "Fragment": true,
    "ProcessStep": "b1fa01a4-cdc9-451f-9fa3-338fa6a95d5e",
    "LastAccessed": "2024-10-18T08:38:36.8667934+00:00",
    "id": "a9e67544-3d33-4e1f-88f7-82867ea85a3a",
    "ConfigId": "2824b76a-376c-49a6-9d33-bef9af76d276"
  }
]