中国尊
  1. 货梯记录
中国尊
  • 加密模式
  • EServiceVisitorResource
    • 催办
      POST
  • 审批白名单接口
    • 添加白名单人员table
      POST
    • init
      GET
    • 白名单设置保存更新
      POST
    • 白名单详情
      GET
    • 白名单人员table
      POST
    • 添加员工
      POST
    • 删除员工
      POST
  • 一卡通绑定接口信息
    • 一卡通支付
      POST
    • 绑定一卡通
      POST
    • 解绑
      POST
  • h5菜单接口
    • init
      GET
    • 项目绑定的菜单关系
      GET
    • 项目列表
      GET
    • 项目列表
      GET
    • 所有菜单数据
      GET
    • 项目绑定的菜单关系
      GET
    • 保存菜单
      POST
  • 用户信息
    • 项目切换判断是都有用户,没有就新建
      POST
  • 尊E享用户管理列表
    • init
    • 尊E享用户管理列表
    • exportOwenData
  • 预约讲解点位
    • init
    • 检车编号名称唯一性
    • 新增保存
    • 列表接口
    • 删除接口
    • 详情接口
  • 讲解员管理
    • init
    • 列表
    • 删除
    • 保存
    • 详情
    • 检车编号名称唯一性
  • 参观点位配置
    • init
    • 接口查询时间
    • 保存
  • 预约讲解白名单
    • 删除接口
    • table列表
    • 保存接口
  • 创建预约单
    • 拒绝
    • table列表
    • 取消
    • 详情
    • 通过
    • 获取日历安排。
    • init
    • 创建预约单
  • h5 预约讲解接口
    • 列表
  • h5预约讲解接口
    • 列表
    • 根据时间查询可用点位
    • 取消接口
    • 创建预约单
    • 详情
    • 获取日历安排。
  • 缴费单接口
    • 保存缴费单
    • 位置接口
    • pay
  • 通知单设置
    • 缴费列表
    • 创建
    • 详情
    • 签收
    • 列表
    • 缴费项数据
  • 抄表点位
    • 位置信息
    • 创建点位
    • 点位模版
    • table列表
    • 抄表list
    • 主页
    • 缴费周期list
    • 删除
    • 保存抄表信息
    • 详情
    • 同步接口
    • 点位记录模版
  • app 接口 能源
    • 任务查询接口
    • 抄表信息
    • 任务Item查询接口
    • 抄表接口
  • 费用设置
    • 详情
    • 保存
    • index
    • 开关切换
  • 能源费用设置
    • 保存
    • 详情
  • MServiceCenterResource
    • 租户接口
    • 可搜索 租户接口
  • 抄表计划
    • 点位table列表
    • 失效/激活
    • 删除
    • 列表
    • 详情
    • 保存
  • 抄表任务
    • 详情列表
    • 列表
  • app接口
    • 待处理任务
  • api
    • 中信大厦临时入场访客接口
  • 货梯登记
    • 处理保存货运电梯订单的请求
    • 详情接口
    • table列表查询
    • 初始化方法,用于在GET请求时返回一个模板化的页面
  • 货梯记录
    • init
      GET
    • table列表查询
      POST
    • 导出接口
      POST
    • 详情接口
      GET
  • h5货梯接口
    • 处理保存货运电梯订单的请求
    • 详情接口
  • 访客管理.
    • 用于验证访客验证。
  • APP Token endpoint - used by the client to exchange an authorization grant for an
    • app接口新登录
  1. 货梯记录

导出接口

POST
/fe002/export

请求参数

Body 参数application/json
pageSize
integer  | null 
可选
offset
integer  | null 
可选
pageNumber
integer  | null 
可选
draw
integer  | null 
可选
columns
array[object (DataTableColumn) {4}]  | null 
可选
name
string  | null 
可选
searchText
string  | null 
可选
searchType
string  | null 
可选
orderType
string  | null 
可选
sort
array[object (Sort) {4}]  | null 
可选
direction
enum<string>  | enum<null> 
可选
枚举值:
ASCDESC
property
string  | null 
可选
ignoreCase
boolean  | null 
可选
nullHandling
enum<string>  | enum<null> 
可选
枚举值:
NATIVENULLS_FIRSTNULLS_LAST
conditions
array[object (DataTableConditions) {3}]  | null 
可选
field
string  | null 
字段
可选
opt
string  | null 
比较类型
可选
values
array [object]  | null 
多个值
可选
示例
{
    "pageSize": 0,
    "offset": 0,
    "pageNumber": 0,
    "draw": 0,
    "columns": [
        {
            "name": "string",
            "searchText": "string",
            "searchType": "string",
            "orderType": "string"
        }
    ],
    "sort": [
        {
            "direction": "ASC",
            "property": "string",
            "ignoreCase": true,
            "nullHandling": "NATIVE"
        }
    ],
    "conditions": [
        {
            "field": "string",
            "opt": "string",
            "values": [
                {}
            ]
        }
    ]
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test-cn.your-api-server.com/fe002/export' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageSize": 0,
    "offset": 0,
    "pageNumber": 0,
    "draw": 0,
    "columns": [
        {
            "name": "string",
            "searchText": "string",
            "searchType": "string",
            "orderType": "string"
        }
    ],
    "sort": [
        {
            "direction": "ASC",
            "property": "string",
            "ignoreCase": true,
            "nullHandling": "NATIVE"
        }
    ],
    "conditions": [
        {
            "field": "string",
            "opt": "string",
            "values": [
                {}
            ]
        }
    ]
}'

返回响应

🟢200成功
application/json
Body
status
integer  | null 
可选
Get the status code associated with the response.
statusInfo
object (StatusType) 
可选
Get the complete status information associated with the response.
statusCode
integer  | null 
可选
Get the associated status code.
family
enum<string>  | enum<null> 
可选
Get the class of status code.
枚举值:
INFORMATIONALSUCCESSFULREDIRECTIONCLIENT_ERRORSERVER_ERROROTHER
reasonPhrase
string  | null 
可选
Get the reason phrase.
entity
object (Object) 
可选
Get the message entity Java instance. Returns{@code null} if the message
does not contain an entity body.
If the entity is represented by an un-consumed{@link InputStream input stream}
the method will return the input stream.
mediaType
object (MediaType) 
可选
Get the media type of the message entity.
type
string  | null 
可选
subtype
string  | null 
可选
parameters
object (Map«String») 
可选

java.util.Map<java.lang.String,java.lang.String>

wildcardType
boolean  | null 
可选
Checks if the primary type is a wildcard.
wildcardSubtype
boolean  | null 
可选
Checks if the subtype is a wildcard.
language
object (Locale) 
可选
Get the language of the message entity.
language
string  | null 
可选

Returns the language code of this Locale.

Note: ISO 639 is not a stable standard— some languages' codes have changed. Locale's constructor recognizes both the new and the old codes for the languages whose codes have changed, but this function always returns the old code. If you want to check for a specific language whose code has changed, don't do

if (locale.getLanguage().equals("he")) // BAD!
   ...
Instead, do
if (locale.getLanguage().equals(new Locale("he").getLanguage()))
   ...
script
string  | null 
可选
Returns the script for this locale, which should
either be the empty string or an ISO 15924 4-letter script
code. The first letter is uppercase and the rest are
lowercase, for example, 'Latn', 'Cyrl'.
country
string  | null 
可选
Returns the country/region code for this locale, which should
either be the empty string, an uppercase ISO 3166 2-letter code,
or a UN M.49 3-digit code.
variant
string  | null 
可选
Returns the variant code for this locale.
extensionKeys
array [object]  | null 
可选
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions. The returned set is unmodifiable.
The keys will all be lower-case.
unicodeLocaleAttributes
array[string] | null 
可选
Returns the set of unicode locale attributes associated with
this locale, or the empty set if it has no attributes. The
returned set is unmodifiable.
unicodeLocaleKeys
array[string] | null 
可选
Returns the set of Unicode locale keys defined by this locale, or the empty set if
this locale has none. The returned set is immutable. Keys are all lower case.
iSO3Language
string  | null 
可选
Returns a three-letter abbreviation of this locale's language.
If the language matches an ISO 639-1 two-letter code, the
corresponding ISO 639-2/T three-letter lowercase code is
returned. The ISO 639-2 language codes can be found on-line,
see "Codes for the Representation of Names of Languages Part 2:
Alpha-3 Code". If the locale specifies a three-letter
language, the language is returned as is. If the locale does
not specify a language the empty string is returned.
iSO3Country
string  | null 
可选

Returns a three-letter abbreviation for this locale's country.
If the country matches an ISO 3166-1 alpha-2 code, the
corresponding ISO 3166-1 alpha-3 uppercase code is returned.
If the locale doesn't specify a country, this will be the empty
string.

The ISO 3166-1 codes can be found on-line.

displayLanguage
string  | null 
可选
Returns a name for the locale's language that is appropriate for display to the
user.
If possible, the name returned will be localized for the default
{@link Locale.Category#DISPLAY DISPLAY} locale.
For example, if the locale is fr_FR and the default
{@link Locale.Category#DISPLAY DISPLAY} locale
is en_US, getDisplayLanguage() will return "French"; if the locale is en_US and
the default{@link Locale.Category#DISPLAY DISPLAY} locale is fr_FR,
getDisplayLanguage() will return "anglais".
If the name returned cannot be localized for the default
{@link Locale.Category#DISPLAY DISPLAY} locale,
(say, we don't have a Japanese name for Croatian),
this function falls back on the English name, and uses the ISO code as a last-resort
value. If the locale doesn't specify a language, this function returns the empty string.
displayScript
string  | null 
可选
Returns a name for the the locale's script that is appropriate for display to
the user. If possible, the name will be localized for the default
{@link Locale.Category#DISPLAY DISPLAY} locale. Returns
the empty string if this locale doesn't specify a script code.
displayCountry
string  | null 
可选
Returns a name for the locale's country that is appropriate for display to the
user.
If possible, the name returned will be localized for the default
{@link Locale.Category#DISPLAY DISPLAY} locale.
For example, if the locale is fr_FR and the default
{@link Locale.Category#DISPLAY DISPLAY} locale
is en_US, getDisplayCountry() will return "France"; if the locale is en_US and
the default{@link Locale.Category#DISPLAY DISPLAY} locale is fr_FR,
getDisplayCountry() will return "Etats-Unis".
If the name returned cannot be localized for the default
{@link Locale.Category#DISPLAY DISPLAY} locale,
(say, we don't have a Japanese name for Croatia),
this function falls back on the English name, and uses the ISO code as a last-resort
value. If the locale doesn't specify a country, this function returns the empty string.
displayVariant
string  | null 
可选
Returns a name for the locale's variant code that is appropriate for display to the
user. If possible, the name will be localized for the default
{@link Locale.Category#DISPLAY DISPLAY} locale. If the locale
doesn't specify a variant code, this function returns the empty string.
displayName
string  | null 
可选
Returns a name for the locale that is appropriate for display to the
user. This will be the values returned by getDisplayLanguage(),
getDisplayScript(), getDisplayCountry(), and getDisplayVariant() assembled
into a single string. The the non-empty values are used in order,
with the second and subsequent names in parentheses. For example:
language (script, country, variant)

language (country)

language (variant)

script (country)

country
depending on which fields are specified in the locale. If the
language, script, country, and variant fields are all empty,
this function returns the empty string.
length
integer  | null 
可选
Get Content-Length value.
allowedMethods
array[string] | null 
可选
Get the allowed HTTP methods from the Allow HTTP header.
cookies
object (Map«NewCookie») 
可选
Get any new cookies set on the response message.
key
object (key) 
可选
cookies.key
entityTag
object (EntityTag) 
可选
Get the entity tag.
value
string  | null 
可选
weak
boolean  | null 
可选
date
string  | null 
可选
Get message date.
lastModified
string  | null 
可选
Get the last modified date.
location
object (URI) 
可选
Get the location.
string
string  | null 
可选
The string form of this URI.
The only serializable field
absolute
boolean  | null 
可选
Tells whether or not this URI is absolute.
A URI is absolute if, and only if, it has a scheme component.
opaque
boolean  | null 
可选
Tells whether or not this URI is opaque.
A URI is opaque if, and only if, it is absolute and its
scheme-specific part does not begin with a slash character ('/').
An opaque URI has a scheme, a scheme-specific part, and possibly
a fragment; all other components are undefined.
rawSchemeSpecificPart
string  | null 
可选
Returns the raw scheme-specific part of this URI. The scheme-specific
part is never undefined, though it may be empty.
The scheme-specific part of a URI only contains legal URI
characters.
rawAuthority
string  | null 
可选
Returns the raw authority component of this URI.
The authority component of a URI, if defined, only contains the
commercial-at character ({@code '@'}) and characters in the
unreserved, punct, escaped, and other
categories. If the authority is server-based then it is further
constrained to have valid user-information, host, and port
components.
rawUserInfo
string  | null 
可选
Returns the raw user-information component of this URI.
The user-information component of a URI, if defined, only contains
characters in the unreserved, punct, escaped, and
other categories.
rawPath
string  | null 
可选
Returns the raw path component of this URI.
The path component of a URI, if defined, only contains the slash
character ({@code '/'}), the commercial-at character ({@code '@'}),
and characters in the unreserved, punct, escaped,
and other categories.
rawQuery
string  | null 
可选
Returns the raw query component of this URI.
The query component of a URI, if defined, only contains legal URI
characters.
rawFragment
string  | null 
可选
Returns the raw fragment component of this URI.
The fragment component of a URI, if defined, only contains legal URI
characters.
links
array[object (Link) {7}]  | null 
可选
Get the links attached to the message as headers. Any links in the message
that are relative must be resolved with respect to the actual request URI
that produced this response. Note that request URIs may be updated by
filters, so the actual request URI may differ from that in the original
invocation.
uri
object (URI) 
可选
Returns the underlying URI associated with this link.
uriBuilder
object (UriBuilder) 
可选
Convenience method that returns a{@link javax.ws.rs.core.UriBuilder}
initialized with this link's underlying URI.
rel
string  | null 
可选
Returns the value associated with the link{@code rel} param, or
{@code null} if this param is not specified.
rels
array [object]  | null 
可选
Returns the value associated with the link{@code rel} param as a list
of strings or the empty list if{@code rel} is not defined.
title
string  | null 
可选
Returns the value associated with the link{@code title} param, or
{@code null} if this param is not specified.
type
string  | null 
可选
Returns the value associated with the link{@code type} param, or
{@code null} if this param is not specified.
params
object (Map«String») 
可选
Returns an immutable map that includes all the link parameters
defined on this link. If defined, this map will include entries
for{@code rel},{@code title} and{@code type}.
metadata
object (MultivaluedMap«Object») 
可选
See{@link #getHeaders()}.
This method is considered deprecated. Users are encouraged to switch their
code to use the{@code getHeaders()} method instead. The method may be annotated
as{@link Deprecated @Deprecated} in a future release of JAX-RS API.
key
array[object (key)]  | null 
可选
headers
object (MultivaluedMap«Object») 
可选
Get view of the response headers and their object values.
The underlying header data may be subsequently modified by the JAX-RS runtime on the
server side. Changes in the underlying header data are reflected in this view.
On the server-side, when the message is sent, the non-string values will be serialized
using a{@link javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate} if one is available via
{@link javax.ws.rs.ext.RuntimeDelegate#createHeaderDelegate(java.lang.Class)} for the
class of the value or using the values{@code toString} method if a header delegate is
not available.
On the client side, the returned map is identical to the one returned by
{@link #getStringHeaders()}.
key
array[object (key)]  | null 
可选
stringHeaders
object (MultivaluedMap«String») 
可选
Get view of the response headers and their string values.
The underlying header data may be subsequently modified by the JAX-RS runtime on
the server side. Changes in the underlying header data are reflected in this view.
key
array [object]  | null 
可选
示例
{
  "status": 0,
  "statusInfo": {
    "statusCode": 0,
    "family": "",
    "reasonPhrase": ""
  },
  "entity": {},
  "mediaType": {
    "type": "",
    "subtype": "",
    "parameters": {
      "": ""
    },
    "wildcardType": false,
    "wildcardSubtype": false
  },
  "language": {
    "language": "",
    "script": "",
    "country": "",
    "variant": "",
    "extensionKeys": [
      "a"
    ],
    "unicodeLocaleAttributes": [
      ""
    ],
    "unicodeLocaleKeys": [
      ""
    ],
    "iSO3Language": "",
    "iSO3Country": "",
    "displayLanguage": "",
    "displayScript": "",
    "displayCountry": "",
    "displayVariant": "",
    "displayName": ""
  },
  "length": 0,
  "allowedMethods": [
    ""
  ],
  "cookies": {
    "": {
      "name": "",
      "value": "",
      "version": 0,
      "path": "",
      "domain": "",
      "comment": "",
      "maxAge": 0,
      "expiry": "",
      "secure": false,
      "httpOnly": false
    }
  },
  "entityTag": {
    "value": "",
    "weak": false
  },
  "date": "",
  "lastModified": "",
  "location": {
    "string": "",
    "absolute": false,
    "opaque": false,
    "rawSchemeSpecificPart": "",
    "rawAuthority": "",
    "rawUserInfo": "",
    "rawPath": "",
    "rawQuery": "",
    "rawFragment": ""
  },
  "links": [
    {
      "uri": {
        "string": "",
        "absolute": false,
        "opaque": false,
        "rawSchemeSpecificPart": "",
        "rawAuthority": "",
        "rawUserInfo": "",
        "rawPath": "",
        "rawQuery": "",
        "rawFragment": ""
      },
      "uriBuilder": {},
      "rel": "",
      "rels": [
        null
      ],
      "title": "",
      "type": "",
      "params": {
        "": ""
      }
    }
  ],
  "metadata": {
    "": [
      {}
    ]
  },
  "headers": {
    "": [
      {}
    ]
  },
  "stringHeaders": {
    "": [
      null
    ]
  }
}
修改于 2024-08-29 06:10:35
上一页
table列表查询
下一页
详情接口
Built with