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

This API call is used to create a project folder.

Resource URL

/api/1.0/project-folder/create

Resource Information

 

Response formatsJSON
Response code201
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

name

required 

string-

length[1, 255]

file name

name of the project folder.

file_id

required

uuid-uuid4

ID of the folder to share.

users_permissions

required

JSON[]-
{
    "user_id": <uuid>,
    "operations": <int>
}
 JSON array of user permissions.

Example Request URL

Example Result

{
    "id": <uuid>,
    "name": <string>
}

 

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix APIs v1.0 QA1