GET collablistshows/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CreativeShowHeaderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| FreemanShowNumber | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"FreemanShowNumber": 1
},
{
"Id": 1,
"Name": "sample string 2",
"FreemanShowNumber": 1
}
]