GET data/membershipstatuses
Gets membership statuses from your authorised venue
Request Information
data/membershipstatuses?date={date}&bookingReference={bookingReference}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
date |
Search date, based on membership status modified date |
date |
Accepted format: yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss |
bookingReference |
Unique identifier for a booking |
string |
Optional |
Response Information
Resource Description
Collection of MembershipStatusName | Description | Type | Additional information |
---|---|---|---|
EventDate |
The date/time of the membership event |
string |
None. |
BookingReference |
Booking ID of the membership booking |
string |
None. |
TicketId |
Ticket ID of the specific membership |
string |
None. |
CustomTicketId |
Custom ticket ID of the specific membership |
string |
None. |
PreviousStatus |
The membership status on the membership before |
string |
None. |
NewStatus |
The membership status on the membership after |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "eventDate": "sample string 1", "bookingReference": "sample string 2", "ticketId": "sample string 3", "customTicketId": "sample string 4", "previousStatus": "sample string 5", "newStatus": "sample string 6" }, { "eventDate": "sample string 1", "bookingReference": "sample string 2", "ticketId": "sample string 3", "customTicketId": "sample string 4", "previousStatus": "sample string 5", "newStatus": "sample string 6" } ]