You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/api_blueprint.apib
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14495,7 +14495,7 @@ Delete a single ticket.
14495
14495
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
14496
14496
14497
14497
14498
-
### List Tickets [GET]
14498
+
### List Tickets under an Event [GET]
14499
14499
14500
14500
+ Request
14501
14501
@@ -14583,7 +14583,7 @@ Delete a single ticket.
14583
14583
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
14584
14584
14585
14585
14586
-
### List Tickets [GET]
14586
+
### List Tickets under a Ticket-tag [GET]
14587
14587
14588
14588
+ Request
14589
14589
@@ -14671,7 +14671,7 @@ Delete a single ticket.
14671
14671
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
14672
14672
14673
14673
14674
-
### List Tickets [GET]
14674
+
### List Tickets for an Access Code [GET]
14675
14675
14676
14676
+ Request
14677
14677
@@ -14758,7 +14758,7 @@ Delete a single ticket.
14758
14758
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
14759
14759
14760
14760
14761
-
### List Tickets [GET]
14761
+
### List Tickets for a Discount Code [GET]
14762
14762
14763
14763
+ Request
14764
14764
@@ -14843,7 +14843,7 @@ Delete a single ticket.
14843
14843
+ Parameters
14844
14844
+ order_identifier: 7201904e (string) - Indetifier of the order
14845
14845
14846
-
### List Tickets [GET]
14846
+
### List Tickets for an Order [GET]
14847
14847
14848
14848
+ Request
14849
14849
@@ -15141,7 +15141,7 @@ Delete a single ticket tag.
15141
15141
+ sort (optional, string, `name`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
15142
15142
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
15143
15143
15144
-
### List all Ticket Tags [GET]
15144
+
### List Ticket Tags under an Event [GET]
15145
15145
15146
15146
+ Request (application/vnd.api+json)
15147
15147
@@ -15200,7 +15200,7 @@ Delete a single ticket tag.
15200
15200
+ sort (optional, string, `name`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
15201
15201
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
0 commit comments