Request Syntax
Learn which form field to use in ProcessMaker IDP REST API requests.
Last updated
Learn which form field to use in ProcessMaker IDP REST API requests.
Last updated
All request bodies should be sent as a multipart/form-data
content type. Depending on the kind of operation to perform, a request body can contain the following form fields:
data
form fieldAttributes can be added to an entity by specifying them as key-value pairs in a JSON string and adding them to your request in the form-data field data
.
This JSON string has the following format:
file
form fieldWhen uploading files, the file(s) should be contained in a form-data field named file
.