GET a list of your files...
/api/v3/files /api/v3/files?page=2
Example result...
{
"files": [
{
"content_type": "",
"filename": "DL_GP1000-2-2D-Drawing.dxf.zip",
"id": 823751,
"size_bytes": 1497938
},
{
"content_type": "",
"filename": "DL_GP1000-2-2D-Drawing.dxf (1).zip",
"id": 823752,
"size_bytes": 1497938
},
{
"content_type": "",
"filename": "DL_GP1000-1-2D-Drawing.dxf.zip",
"id": 823753,
"size_bytes": 1558480
},
{
"content_type": "",
"filename": "DL_GP1000-2-2D-Drawing.dxf.gtar",
"id": 823754,
"size_bytes": 1242113
}
]
}