GET report/creativelineitem/shows?searchParam={searchParam}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
searchParam

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CreativeLineItemShowDto
NameDescriptionTypeAdditional information
ShowId

integer

None.

ProjectName

string

None.

ProjectNumber

integer

None.

OpenDate

date

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ShowId": 1,
    "ProjectName": "sample string 2",
    "ProjectNumber": 1,
    "OpenDate": "2025-05-06T02:27:48.9255616+01:00"
  },
  {
    "ShowId": 1,
    "ProjectName": "sample string 2",
    "ProjectNumber": 1,
    "OpenDate": "2025-05-06T02:27:48.9255616+01:00"
  }
]