HEAD omsapi/Files/DataCenter/ApiFilesGetbyLabelID
获取档案列表接口参数说明 根据标签ID查询接口参数
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取档案列表接口参数说明 根据标签ID查询接口参数
ApiFilesGetbyLabelID| Name | Description | Type | Additional 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": "9a15e0cb-2e5c-4826-9a54-44aafc7c09c9",
"FileTypeID": "761534bc-9b74-461b-bb33-cfb1170a4f9c",
"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"
}