GET report/shows?searchParam={searchParam}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
searchParam

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CancelledLineItemShowDto
NameDescriptionTypeAdditional information
ProjectName

string

None.

ProjectNumber

integer

None.

ShowId

integer

None.

CloseDate

date

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ProjectName": "sample string 1",
    "ProjectNumber": 1,
    "ShowId": 2,
    "CloseDate": "2025-05-06T02:07:49.7430002+01:00"
  },
  {
    "ProjectName": "sample string 1",
    "ProjectNumber": 1,
    "ShowId": 2,
    "CloseDate": "2025-05-06T02:07:49.7430002+01:00"
  }
]