Interface Address

https://api.example.com/omstation/auth/queryAuthTransferList

During the development process, please replace api.example.com with the domain name or IP address of your own server.

Request Method

  • Post

Request Headers

  • Content-Type: application/json
  • token: A334853698EF49DC98A1C8BA65149351

Request Parameters

Parameter Example

{
    "orgId": "520FF63E384345F4935BF6A1B9095A7B",
    "startTime": "2024-03-06",
    "endTime": "2024-03-08",
    "status": -1,
    "key": "",
    "pageNum": "1",
    "pageSize": 20
}

Parameter Description

Field Type Description Required
orgId String Unique organization identifier Y
startTime String Start time Y
endTime String End time Y
key String Keyword for fuzzy query Y
status int Status (-2: All; -1: Cancelled; 0: Unused; 1: Used) Y
pageNum int Pagination query: page number Y
pageSize int Pagination query: number of items displayed per page Y

Return Result

Result Example

{
    "code": 200,
    "message": "Operation succeeded",
    "data": {
        "total": 1,
        "size": 0,
        "data": [
            {
                "id": "6558929EF42445D6BB2BE70126571D38",
                "authInfo": null,
                "toUser": "liujs",
                "phoneNum": "13632688935",
                "email": "334",
                "descInfo": "13632688935",
                "status": 1,
                "createTime": "2024-03-07 06:19:40",
                "creatorId": "620FF63E384345F4935BF6A1B9095A7B",
                "userName": "admin",
                "updateTime": null,
                "orgName": "Jiutong Software Department",
                "authCode": "XIw5uzdsfB6QHMF4ICVyds6fYjjHblMb2ZO0KDwazckN5f3NJFAp0gDKlpQwgeGC",
                "orgId": "520FF63E384345F4935BF6A1B9095A7C"
            }
        ]
    }
}

Result Description

Field Type Description
code int Status code; see “Status Code Description” for details
message String Request status description
data object Return result content

Data Description

Field Type Description
total int Total number of data entries
size int Page number
data object Message body of the current page in pagination query

Data (List Item) Description

Field Type Description
id String Unique identifier of the transfer
authInfo String Transfer details, JSON string recording the quantity of each device type transferred
userName String Creator
orgId String Unique organization identifier
orgName String Organization name
status int Status (0: Unused; 1: Used; -1: Cancelled)
toUser String Contact person
phoneNum String Contact phone number
email String Contact email
descInfo String Description
updateTime String Last update time (UTC)
createTime String Creation time (UTC)
creatorId String Unique identifier of the creator (UTC)
authCode String Authorization code
文档更新时间: 2025-07-23 11:06   作者:admin