Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call moves files (changes file parent IDs).

This action acts as background action if length(ids)>10.

Resource URL

/api/1.0/file/move

Resource Information

 

Response formatsJSON
Requires authentication?Yes
Rate limited?Yes
Requests / 15-min window (user auth)15
HTTP MethodPOST
Response code200/202


Parameters

 

Name TypeDefault ValueValidationDescription

ids

required

uuid[]-uuid4[]

array of file IDs to move

target

required

uuid-uuid4

target folder ID

 


Example Request URL

Example Result

Background action (202)

{"job_id": <uuid>}

 

Instant action (200)

{"ids": [<uuid>...]}

 

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1