GET api/TShowTimeEvent/groupdate?movie={movie}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| movie | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
GroupShowDate| Name | Description | Type | Additional information | 
|---|---|---|---|
| GroupDate | date | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "GroupDate": "2025-10-29T23:29:57.2530221-07:00"
}
        application/xml, text/xml
            Sample:
<GroupShowDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniqueness.Store.Ticket.API.Models"> <GroupDate>2025-10-29T23:29:57.2530221-07:00</GroupDate> </GroupShowDate>