Endpoints for Documents
Interact with IDP documents through APIs from ProcessMaker scripts.
Base URL for Document Endpoints
View Metadata of a Document
Path Parameters
Name
Type
Description
curl --location --request GET "https://processmaker.com/api/1.0/connector-idp/get-file/d72c9a40-8ef1-4c16-94c8-038cd9b80089"{
"data": {
"type": "file",
"attributes": {
"createdAt": "2019-11-29T09:46:29.006+0000",
"createdBy": "User",
"documentType": "NONE",
"modifiedAt": "2019-12-03T07:41:33.445+0000",
"name": "Welcome to IDP.docx",
"modifiedBy": null,
"checkedOutBy": null,
"id": "d72c9a40-8ef1-4c16-94c8-038cd9b80089",
"content": 117350
},
"relations": {}
},
"status": "success",
"message": null
}Update Documents
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated