GET report/ActivityBranchAssignment/shows?searchParam={searchParam}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchParam | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityBranchAssignmentShowDtoName | Description | Type | Additional information |
---|---|---|---|
ProjectName | string |
None. |
|
ProjectNumber | integer |
None. |
|
ShowId | integer |
None. |
|
OpenDate | date |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "ProjectName": "sample string 1", "ProjectNumber": 1, "ShowId": 2, "OpenDate": "2025-05-06T01:26:55.2636855+01:00" }, { "ProjectName": "sample string 1", "ProjectNumber": 1, "ShowId": 2, "OpenDate": "2025-05-06T01:26:55.2636855+01:00" } ]