GET report/creativelineitem/shows?searchParam={searchParam}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| searchParam | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CreativeLineItemShowDto| Name | Description | Type | Additional 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-12-14T02:29:42.8027896+00:00"
},
{
"ShowId": 1,
"ProjectName": "sample string 2",
"ProjectNumber": 1,
"OpenDate": "2025-12-14T02:29:42.8027896+00:00"
}
]