Skip to main content

Query Report Files in Specified Folder (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/reportsdir/query

Query all the report files and folders in a specific folder.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

    dest_page int32

    The destination page.

    folder string

    The requested folder name.

    id string

    The ID.

    limit int32

    The requested pagination limit.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items ReportListItem[]
  • Array [
  • id string

    The ID.

    modifiedTime int64

    The folder modified time.

    name string

    The folder name.

    path string

    The folder path.

    size int64

    The folder size.

    tenant_id string

    Tenant Id

    type string

    The folder type.

  • ]
Loading...