We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bf6b0 commit fb8791aCopy full SHA for fb8791a
docs/integrations-rest-api.rst
@@ -139,6 +139,13 @@ Optional fields:
139
- **content_object** (string|null): URI of associated content object.
140
- **cc_emails** (array of strings): List of emails to notify.
141
142
+.. note::
143
+
144
+ The structure of **serialized_data** depends on the "Request Template" used
145
+ for the request. To help construct valid **serialized_data**, consult the
146
+ ``form_data_layout`` field available in the Request Template list at
147
+ ``https://localhost/api/v2/request_templates/``.
148
149
Example of minimal JSON payload::
150
151
{
0 commit comments