HEAD omsapi/Files/DataCenter/ApiFilesGetbyLabelID

获取档案列表接口参数说明 根据标签ID查询接口参数

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取档案列表接口参数说明 根据标签ID查询接口参数

ApiFilesGetbyLabelID
NameDescriptionTypeAdditional information
PageNumber

integer

None.

PageSize

integer

None.

LabelID

标签ID

globally unique identifier

None.

FileTypeID

档案类型ID

globally unique identifier

None.

Queries

查询字段集合

Collection of FieldQueryItem

None.

Orderby

排序字段

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "PageSize": 2,
  "LabelID": "1f372795-b504-4227-a673-9dc42da7031d",
  "FileTypeID": "ce8632f2-9810-4489-b546-5e58b45e3b1a",
  "Queries": [
    {
      "Key": "sample string 1",
      "Value": "sample string 2",
      "Model": 0
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2",
      "Model": 0
    }
  ],
  "Orderby": "sample string 4"
}