{"namespace":"tribe\/tickets\/v1","routes":{"\/tribe\/tickets\/v1":{"namespace":"tribe\/tickets\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"required":false,"default":"tribe\/tickets\/v1"},"context":{"required":false,"default":"view"}}}],"_links":{"self":[{"href":"https:\/\/barudolphfoundation.org\/wp-json\/tribe\/tickets\/v1"}]}},"\/tribe\/tickets\/v1\/doc":{"namespace":"tribe\/tickets\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/barudolphfoundation.org\/wp-json\/tribe\/tickets\/v1\/doc"}]}},"\/tribe\/tickets\/v1\/tickets\/(?P\\d+)":{"namespace":"tribe\/tickets\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"required":true,"description":"The ticket post ID","type":"integer"}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"required":true,"description":"The ticket post ID","type":"integer"},"post_id":{"required":true,"type":"integer"},"edit_ticket_nonce":{"required":true,"type":"string"},"name":{"required":false,"default":"","type":"string"},"description":{"required":false,"default":"","type":"string"},"price":{"required":false,"default":"","type":"string"},"show_description":{"required":false,"default":"yes","type":"string"},"start_date":{"required":false,"default":"","type":"string"},"start_time":{"required":false,"default":"","type":"string"},"end_date":{"required":false,"default":"","type":"string"},"end_time":{"required":false,"default":"","type":"string"},"sku":{"required":false,"default":"","type":"string"},"ticket":{"required":false,"type":"object"}}},{"methods":["DELETE"],"args":{"id":{"required":true,"description":"The ticket post ID","type":"integer"},"post_id":{"required":true,"type":"integer"},"remove_ticket_nonce":{"required":true,"type":"string"}}}]},"\/tribe\/tickets\/v1\/tickets":{"namespace":"tribe\/tickets\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"required":false,"default":1,"description":"The page of results to return; defaults to 1","type":"integer"},"per_page":{"required":false,"default":"12","description":"How many tickets to return per results page; defaults to posts_per_page.","type":"integer"},"search":{"required":false,"description":"Limit results to tickets containing the specified string in the title or description.","type":"string"},"offset":{"required":false,"description":"Offset the results by a specific number of items.","type":"integer"},"order":{"required":false,"enum":["ASC","DESC"],"description":"Sort results in ASC or DESC order. Defaults to ASC.","type":"string"},"orderby":{"required":false,"enum":["id","include","title","slug"],"description":"Order the results by one of date, relevance, id, include, title, or slug; defaults to title.","type":"string"},"is_available":{"required":false,"description":"Limit results to tickets that have or do not have capacity currently available.","type":"boolean"},"provider":{"required":false,"description":"Limit results to tickets provided by one of the providers specified in the CSV list or array; defaults to all available."},"after":{"required":false,"description":"Limit results to tickets created after or on the specified UTC date or timestamp.","type":"string"},"before":{"required":false,"description":"Limit results to tickets created before or on the specified UTC date or timestamp.","type":"string"},"include":{"required":false,"description":"Limit results to a specific CSV list or array of ticket IDs."},"exclude":{"required":false,"description":"Exclude a specific CSV list or array of ticket IDs from the results."},"include_post":{"required":false,"description":"Limit results to tickets that are assigned to one of the posts specified in the CSV list or array."},"exclude_post":{"required":false,"description":"Limit results to tickets that are not assigned to any of the posts specified in the CSV list or array."},"attendees_min":{"required":false,"description":"Limit results to tickets that have at least this number or attendees.","type":"integer"},"attendees_max":{"required":false,"description":"Limit results to tickets that have at most this number of attendees.","type":"integer"},"checkedin_min":{"required":false,"description":"Limit results to tickets that have at most this number of checked-in attendee.","type":"integer"},"checkedin_max":{"required":false,"description":"Limit results to tickets that have at least this number of checked-in attendees.","type":"integer"},"capacity_min":{"required":false,"description":"Limit results to tickets that have at least this capacity.","type":"integer"},"capacity_max":{"required":false,"description":"Limit results to tickets that have at most this capacity.","type":"integer"},"available_from":{"required":false,"description":"Limit results to tickets that will be available at or after the specified UTC date (parseable by strtotime) or timestamp.","type":"string"},"available_until":{"required":false,"description":"Limit results to tickets that will be available up to the specified UTC date (parseable by strtotime) or timestamp.","type":"string"},"post_status":{"required":false,"description":"Limit results to tickets assigned to posts that are in one of the post statuses specified in the CSV list or array; defaults to publish."},"status":{"required":false,"description":"Limit results to tickets that are in one of post statuses specified in the CSV list or array; defaults to publish."},"currency":{"required":false,"description":"Limit results to tickets priced in one of the 3-letter currency codes specified in the CSV list or array."},"attendee_information_available":{"required":false,"description":"Limit results to tickets that provide attendees the possibility to fill in additional information or not; requires ET+.","type":"boolean"}}},{"methods":["POST"],"args":[{"required":false},{"required":false,"description":{"type":"string","in":"body","validate_callback":[{},"is_string_or_empty"],"sanitize_callback":"sanitize_text_field","default":""}}]}],"_links":{"self":[{"href":"https:\/\/barudolphfoundation.org\/wp-json\/tribe\/tickets\/v1\/tickets"}]}},"\/tribe\/tickets\/v1\/attendees\/(?P\\d+)":{"namespace":"tribe\/tickets\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"required":true,"description":"The attendee post ID","type":"integer"}}}]},"\/tribe\/tickets\/v1\/attendees":{"namespace":"tribe\/tickets\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"page":{"required":false,"default":1,"description":"The page of results to return; defaults to 1","type":"integer"},"per_page":{"required":false,"default":"12","description":"How many attendees to return per results page; defaults to posts_per_page.","type":"integer"},"provider":{"required":false,"description":"Limit results to attendees whose ticket is provided by one of the providers specified in the CSV list or array; defaults to all the available.","type":"string"},"search":{"required":false,"description":"Limit results to attendees containing the specified string in the title or description.","type":"string"},"offset":{"required":false,"description":"Offset the results by a specific number of items.","type":"integer"},"order":{"required":false,"enum":["ASC","DESC"],"description":"Sort results in ASC or DESC order. Defaults to ASC.","type":"string"},"orderby":{"required":false,"enum":["id","date","include","title","slug"],"description":"Order the results by one of date, relevance, id, include, title or slug. Defaults to id.","type":"string"},"post_id":{"required":false,"description":"Limit results to attendees by post the ticket is associated with.","type":"integer"},"ticket_id":{"required":false,"description":"Limit results to attendees associated with a ticket.","type":"integer"},"after":{"required":false,"description":"Limit results to attendees created after or on the specified UTC date or timestamp.","type":"string"},"before":{"required":false,"description":"Limit results to attendees created before or on the specified UTC date or timestamp.","type":"string"},"include":{"required":false,"description":"Limit results to a specific CSV list or array of attendee IDs."},"exclude":{"required":false,"description":"Exclude a specific CSV list or array of attendee IDs from the results."},"price_max":{"required":false,"description":"Limit results to attendees that paid tickets a price equal or below the specified value; if not specified no maximum price limit will be used.","type":"integer"},"price_min":{"required":false,"description":"Limit results to attendees that paid tickets a price equal or above the specified value; if not specified no minimum price limit will be used.","type":"integer"},"include_post":{"required":false,"description":"Limit results to attendees whose ticket is assigned to one of the posts specified in the CSV list or array."},"exclude_post":{"required":false,"description":"Limit results to attendees whose tickets is not assigned to any of the posts specified in the CSV list or array.."},"include_ticket":{"required":false,"description":"Limit results to a specific CSV list or array of ticket IDs."},"exclude_ticket":{"required":false,"description":"Exclude a specific CSV list or array of ticket IDs."},"post_status":{"required":false,"description":"Limit results to attendees for posts that are in one of the post statuses specified in the CSV list or array; defaults to publish."},"status":{"required":false,"description":"Limit results to attendees that are in one of post statuses specified in the CSV list or array; defaults to publish."},"order_status":{"required":false,"description":"Limit results to attendees whose order status is in one of post statuses specified in the CSV list or array; defaults to public."},"checkedin":{"required":false,"description":"Limit results to attendees that are or not checked-in.","type":"boolean"},"rsvp_going_status":{"required":false,"description":"Limit results to RSVP Attendees that have one of the RSVP Going status specified in the CSV list or array."},"attendee_information_available":{"required":false,"description":"Limit results to attendees for tickets that provide attendees the possibility to fill in additional information or not; requires ET+.","type":"boolean"}}}],"_links":{"self":[{"href":"https:\/\/barudolphfoundation.org\/wp-json\/tribe\/tickets\/v1\/attendees"}]}},"\/tribe\/tickets\/v1\/cart":{"namespace":"tribe\/tickets\/v1","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"provider":{"required":false,"description":"Limit results to tickets provided by one of the providers specified in the CSV list or array; defaults to all available."},"post_id":{"required":false,"description":"The post ID","type":"integer"}}},{"methods":["POST","PUT","PATCH"],"args":{"provider":{"required":true,"description":"The cart provider","type":"string"},"tickets":{"required":false,"description":"List of tickets with their ID and quantity"},"meta":{"required":false,"description":"List of meta for each ticket to be saved for Attendee Registration"},"post_id":{"required":false,"description":"The post ID","type":"integer"}}}],"_links":{"self":[{"href":"https:\/\/barudolphfoundation.org\/wp-json\/tribe\/tickets\/v1\/cart"}]}}},"_links":{"up":[{"href":"https:\/\/barudolphfoundation.org\/wp-json\/"}]}}