forked from CGM_Public/pretix_original
* add API endpoint /seats to event
* fix logging
* add Seat annotations
* add seats endpoint for subevents
* return ids of occupying objects instead of boolean flags
* wip
* include orderposition instead of order in seat info
* add API documentation
* Apply suggestions from code review
Co-authored-by: Raphael Michel <michel@rami.io>
* Apply suggestions from code review
* Clarify API docs
* add api examples
* add test cases
* require can_view_orders permission for retrieving seats
* improve permission handling
* Revert "improve permission handling"
This reverts commit f32b532cc6.
* improve permission handling (minimal version)
* formatting
* add permission tests
* fix bug
* update permission checks
* Apply suggestions from code review
Co-authored-by: Raphael Michel <michel@rami.io>
* add tests for permission checks
* add tests for expand=voucher and expand=cartposition
* remove unused parameter
* test query count
* codestyle
---------
Co-authored-by: Raphael Michel <michel@rami.io>
51 lines
831 B
ReStructuredText
51 lines
831 B
ReStructuredText
Resources and endpoints
|
|
=======================
|
|
|
|
With a few exceptions, this only lists resources bundled in the pretix core modules.
|
|
Additional endpoints are provided by pretix plugins. Some of them are documented
|
|
at :ref:`plugin-docs`.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
organizers
|
|
events
|
|
subevents
|
|
taxrules
|
|
categories
|
|
items
|
|
item_variations
|
|
item_bundles
|
|
item_add-ons
|
|
item_meta_properties
|
|
questions
|
|
question_options
|
|
quotas
|
|
orders
|
|
invoices
|
|
vouchers
|
|
discounts
|
|
checkin
|
|
checkinlists
|
|
waitinglist
|
|
customers
|
|
saleschannels
|
|
membershiptypes
|
|
memberships
|
|
giftcards
|
|
reusablemedia
|
|
carts
|
|
teams
|
|
devices
|
|
webhooks
|
|
seatingplans
|
|
exporters
|
|
scheduled_exports
|
|
shredders
|
|
sendmail_rules
|
|
auto_checkin_rules
|
|
billing_invoices
|
|
billing_var
|
|
seats
|