GET api/globalsearch/recentplans

Get user recent plans for global search section

Request Information

URI Parameters

None.

Body Parameters

None.

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": "d2c61ab3-20d3-46a9-a617-0ca51bff810c",
    "PlanNumber": "sample string 3",
    "Fragment": true,
    "ProcessStep": "02a534a1-fd8b-4842-be5a-79c6a8facc6a",
    "LastAccessed": "2024-10-18T08:33:33.5945965+00:00",
    "id": "26493e65-0f0f-431b-b158-3b7596b6c6a8",
    "ConfigId": "33dd452e-dfe3-4859-a59d-f521053c1275"
  },
  {
    "Name": "sample string 1",
    "PlannerTypeId": "d2c61ab3-20d3-46a9-a617-0ca51bff810c",
    "PlanNumber": "sample string 3",
    "Fragment": true,
    "ProcessStep": "02a534a1-fd8b-4842-be5a-79c6a8facc6a",
    "LastAccessed": "2024-10-18T08:33:33.5945965+00:00",
    "id": "26493e65-0f0f-431b-b158-3b7596b6c6a8",
    "ConfigId": "33dd452e-dfe3-4859-a59d-f521053c1275"
  }
]