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 ActivityBranchAssignmentShowDto| Name | 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-12-14T22:10:30.4948457+00:00"
},
{
"ProjectName": "sample string 1",
"ProjectNumber": 1,
"ShowId": 2,
"OpenDate": "2025-12-14T22:10:30.4948457+00:00"
}
]