CBRE Client
  1. Files
CBRE Client
File Manager
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Folders
    • List
      GET
    • Add
      POST
    • Edit
      PUT
    • Show
      GET
    • Delete
      DELETE
  • Files
    • Add
      POST
    • Bulk Add
      POST
    • Update
      PUT
    • Show
      GET
    • Delete
      DELETE
    • Move to Folder
      PATCH
  • Login
    POST
  1. Files

Add

POST
api/v1/file_manager/files

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
name
string 
required
path
string 
required
folder_id
integer 
required
model_id
integer 
optional
model_type
string 
optional
type
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://client-backend-quantum-project.testapi/v1/file_manager/files?name&path&folder_id&model_id&model_type&type'

Responses

🟢200Success
application/json
Body
array[string]
optional
Example
[]
Previous
Delete
Next
Bulk Add
Built with