Main Product API
Main Product API
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/fileset/cloudfilesystem-children \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"fileCategory": "3d"
}'
{ "id": "string", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "status": "Active", "isFolder": true, "path": "string", "name": "string", "size": 0, "fileCategory": "3d" }
curl -i -X PATCH \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/fileset/cloudfilesystem-children \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"fileCategory": "3d"
}'
curl -i -X DELETE \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/fileset/cloudfilesystem-children \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'