GET api/Shows/{showId}/CustomForm
Get the custom form for a specific show Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId |
Guid |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A dictionary of field names and values
Dictionary of string [key] and string [value]Response Formats
application/json, text/json
Sample:
{ "sample string 1": "sample string 2", "sample string 3": "sample string 4" }