GET shows/{showId}/parts/{partId}/partpropertyextensions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| partId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartPartPropertyExtensionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PartId | integer |
None. |
|
| PartPropertyExtensionId | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PartId": 2,
"PartPropertyExtensionId": 3
},
{
"Id": 1,
"PartId": 2,
"PartPropertyExtensionId": 3
}
]