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