Edit a file
Contents

Get a data ID handle
Get a structured data handle
Fetch the file

Fetch all versions

Last updated
Was this helpful?



Last updated
Was this helpful?
Was this helpful?
POST /data-id/structured-datasafeDataId.getStructuredDataHandle(ACCESS_TOKEN, btoa(`${USER_PREFIX}:${filename}`), 501)GET /structured-data/handle/:dataIdHandlesafeStructuredData.getHandle(ACCESS_TOKEN, dataIdHandle)DELETE /data-id/:handleIdsafeDataId.dropHandle(ACCESS_TOKEN, dataIdHandle)GET /structured-data/:handleId/:version?safeStructuredData.readData(ACCESS_TOKEN, handleId, version)