Parameter | Description |
---|---|
Container ID | The ID of the container. Can be obtained by using the List Containers action. |
Order | The is the sorting order for the results. |
Sort | Field to sort results with. |
Parameter | Description |
---|---|
Page Number | Page number of the results to fetch. |
Page Size | Size of page to return. |
{
"count": 920,
"num_pages": 62,
"data": [
{
"id": 970,
"created_via": "<string>",
"container": 389,
"task": null,
"create_time": "2024-06-07T05:55:40",
"name": "<string>",
"user": 226,
"vault_document": 882,
"mime_type": "<string>"
}
]
}
Was this page helpful?