Số Lượng Thư Mục Theo Phân Trang

1.1 Mục đích sử dụng :

Dùng để lấy danh sách thư mục theo phần trang

1.1. URI :

Name
Description

URI

{{gateway}}/v1/api/node/pivotCount

Content-Type

application/json

Method

POST

1.2. Request :

1.2.1 Request Headers :

Name
Required
Description
Remarks

X-API-Key

Y

API Key AWS

Authorization

Y

[xFile cấp cho đối tác]

1.2.2 Request Body :

Name
Type
Required
Description
Remarks

startRow

Long

Y

row bắt đầu

endRow

Long

Y

row kết thúc

filterModel

Object

Y

lọc data theo cột

sortModel

ArrayObject

Y

sắp xếp data theo cột

1.2.3 Request Params:

Name
Type
Required
Description
Remarks

hierarchical

Boolean

Y

Lấy DS folder theo loại

True : theo phân cấp / False : không phân cấp

starredOnly

Boolean

Y

Lấy DS folder được đánh sao

True : lấy theo đánh sao / False : lấy tất cả

archiveOnly

Boolean

Y

Lấy DS folder được lưu trữ

True : lấy theo lưu trữ / False : lấy tất cả

sharedLinkOnly

Boolean

Y

Lấy DS folder được chia sẽ

True : lấy theo được chia sẽ / False : lấy tất cả

1.2.4 Request Sample :

Request URI:

{{gateway}}/v1/api/node/pivotCount?archiveOnly=false&hierarchical=true&starredOnly=false&sharedLinkOnly=false

Request Body form-data :

Value

{"endRow": 50, "filterModel": {"objTypeId": {"filter": 1, "filterType": "text", "type": "equals"}}, "groupKeys": [], "pivotCols": [], "pivotMode": false, "rowGroupCols": [], "sortModel": [{"colId": "name", "sort": "asc"}], "startRow": 0, "valueCols": []}

1.3. Response :

1.3.1 Response Body - JSON:

Name
Type
Description
Remarks

status

Long

Trạng thái kết quả api trả về

0 : Thành công

1 : Thất bại

data

Long

Kết quả api trả về

Số lượng DS thư mục

1.3.2 Response Sample:

Response Success data
{
    "status": 0,
    "data": 10
}

Last updated