List User Documents
List user documents given the provided search terms and filters.
Basic Parameters
Parameter | Description |
---|---|
Query | Filter documents by name. |
Type | Filter documents by their type. |
User ID | - |
Advanced Parameters
Parameter | Description |
---|---|
Limit | How many items are your requesting. |
Next Page | The next page Uri. |
Page | Which page of data are you requesting. |
Example Output
{
"documents": [
{
"createdAt": "2020-07-06 12:00:00.000000",
"fileUrl": "http://localhost:5000/download/documents/1",
"id": 1,
"name": "Security Training",
"type": "SEC_TRAINING",
"updatedAt": "2020-07-06 12:00:00.000000"
}
]
}
Workflow Library Example
List User Documents with Drata and Send Results Via Email
Preview this Workflow on desktop