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 SaveForFutureUseShowDtoName | 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-05-06T02:01:00.6045199+01:00" }, { "ShowId": 1, "ProjectName": "sample string 2", "ProjectNumber": 1, "OpenDate": "2025-05-06T02:01:00.6045199+01:00" } ]