1. List profile

Returns a list of profiles

LogoApi public

Example Request

Params

Key
Value
Description

is_local

true/false

false: Show cloud profiles, true: Show local profiles

Body

{
    "orderName": 0,      //sắp xếp theo name, gồm các giá trị 0 1 2
    "orderLastOpen": 0,
    "page": 1,     //chọn trang hiển thị
    "limit": 10,   // Số profile hiển thị trong 1 trang
    "search": "",  //Nhập tên profile cần tìm , có thể để trống
    "status": "",      // id của status , có thể để trống
    "date_range": [
        "",
        ""
    ],   //Nhập khoảng ngày tạo profile theo định dạng yyyy-mm-dd
   
    "folder_id": []   //Nhập id của folder, có thể để trống
    
}

Example Response

Last updated