GET api/Shows/Get/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Show
NameDescriptionTypeAdditional information
ShowId

integer

None.

ShowCode

string

None.

ShowName

string

None.

VenueName

string

None.

VenueAddress1

string

None.

VenueCity

string

None.

VenueState

string

None.

VenueZip

string

None.

GroupMin

integer

None.

ShowStart

date

None.

ShowOpen

date

None.

ShowEnd

date

None.

Runtime

string

None.

ShowPubDesc

string

None.

ShowType

string

None.

ShowCategories

Collection of string

None.

ShowAudience

string

None.

ShortDescription

string

None.

AppClass

string

None.

Hidden

boolean

None.

ShowImages

Collection of ShowImage

None.

Response Formats

application/json, text/json

Sample:
{
  "ShowId": 1,
  "ShowCode": "sample string 2",
  "ShowName": "sample string 3",
  "VenueName": "sample string 4",
  "VenueAddress1": "sample string 5",
  "VenueCity": "sample string 6",
  "VenueState": "sample string 7",
  "VenueZip": "sample string 8",
  "GroupMin": 9,
  "ShowStart": "2025-12-27T14:01:18.957228+00:00",
  "ShowOpen": "2025-12-27T14:01:18.957228+00:00",
  "ShowEnd": "2025-12-27T14:01:18.957228+00:00",
  "Runtime": "sample string 10",
  "ShowPubDesc": "sample string 11",
  "ShowType": "sample string 12",
  "ShowCategories": [
    "sample string 1",
    "sample string 2"
  ],
  "ShowAudience": "sample string 13",
  "ShortDescription": "sample string 14",
  "AppClass": "sample string 15",
  "Hidden": true,
  "ShowImages": null
}

text/html

Sample:
{"ShowId":1,"ShowCode":"sample string 2","ShowName":"sample string 3","VenueName":"sample string 4","VenueAddress1":"sample string 5","VenueCity":"sample string 6","VenueState":"sample string 7","VenueZip":"sample string 8","GroupMin":9,"ShowStart":"2025-12-27T14:01:18.957228+00:00","ShowOpen":"2025-12-27T14:01:18.957228+00:00","ShowEnd":"2025-12-27T14:01:18.957228+00:00","Runtime":"sample string 10","ShowPubDesc":"sample string 11","ShowType":"sample string 12","ShowCategories":["sample string 1","sample string 2"],"ShowAudience":"sample string 13","ShortDescription":"sample string 14","AppClass":"sample string 15","Hidden":true,"ShowImages":null}

application/xml, text/xml

Sample:
<Show xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoxtrotCRM.API.Models">
  <AppClass>sample string 15</AppClass>
  <GroupMin>9</GroupMin>
  <Hidden>true</Hidden>
  <Runtime>sample string 10</Runtime>
  <ShortDescription>sample string 14</ShortDescription>
  <ShowAudience>sample string 13</ShowAudience>
  <ShowCategories xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ShowCategories>
  <ShowCode>sample string 2</ShowCode>
  <ShowEnd>2025-12-27T14:01:18.957228+00:00</ShowEnd>
  <ShowId>1</ShowId>
  <ShowImages i:nil="true" />
  <ShowName>sample string 3</ShowName>
  <ShowOpen>2025-12-27T14:01:18.957228+00:00</ShowOpen>
  <ShowPubDesc>sample string 11</ShowPubDesc>
  <ShowStart>2025-12-27T14:01:18.957228+00:00</ShowStart>
  <ShowType>sample string 12</ShowType>
  <VenueAddress1>sample string 5</VenueAddress1>
  <VenueCity>sample string 6</VenueCity>
  <VenueName>sample string 4</VenueName>
  <VenueState>sample string 7</VenueState>
  <VenueZip>sample string 8</VenueZip>
</Show>