API: Optional pdf_data field

This commit is contained in:
Raphael Michel
2018-06-04 18:40:38 +02:00
parent 50ff3628f7
commit a95a208e1b
2 changed files with 28 additions and 2 deletions
+4 -1
View File
@@ -143,6 +143,9 @@ answers list of objects Answers to user
├ question_identifier string The question's ``identifier`` field
├ options list of integers Internal IDs of selected option(s)s (only for choice types)
└ option_identifiers list of strings The ``identifier`` fields of the selected option(s)s
pdf_data object Data object required for ticket PDF generation. By default,
this field is missing. It will be added only if you add the
``pdf_data=true`` query parameter to your request.
===================================== ========================== =======================================================
.. versionchanged:: 1.7
@@ -159,7 +162,7 @@ answers list of objects Answers to user
.. versionchanged:: 1.16
The attribute ``pseudonymization_id`` has been added.
The attributes ``pseudonymization_id`` and ``pdf_data`` have been added.
Order endpoints