POST admin/user/list

Request Information

URI Parameters

None.

Body Parameters

RqPageFilterOfFilterUserAdminList
NameDescriptionTypeAdditional information
pageNo

integer

None.

keywords

string

None.

modelFilter

FilterUserAdminList

None.

Request Formats

application/json, text/json

Sample:
{
  "pageNo": 1,
  "keywords": "sample string 2",
  "modelFilter": {
    "dtSt": "2025-04-24T07:16:09.7645089+08:00",
    "dtEnd": "2025-04-24T07:16:09.7645089+08:00",
    "TypeId": 1
  }
}

application/xml, text/xml

Sample:
<RqPageFilterOfFilterUserAdminListZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <keywords>sample string 2</keywords>
  <modelFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core">
    <d2p1:TypeId>1</d2p1:TypeId>
    <d2p1:dtEnd>2025-04-24T07:16:09.7645089+08:00</d2p1:dtEnd>
    <d2p1:dtSt>2025-04-24T07:16:09.7645089+08:00</d2p1:dtSt>
  </modelFilter>
  <pageNo>1</pageNo>
</RqPageFilterOfFilterUserAdminListZ_PTyOvyo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RqPageFilter`1'.

Response Information

Resource Description

RtBaseOfPageDataOfRtUser
NameDescriptionTypeAdditional information
data

PageDataOfRtUser

None.

code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "totalNum": 1,
    "totalPage": 0,
    "list": [
      {
        "RegDate": "2025-04-24 07:16:10",
        "LastLogineTime": "2025-04-24 07:16:10",
        "ProfileStatus": "sample string 1",
        "ProfileStatusId": 2,
        "Id": 3,
        "Username": "sample string 4",
        "Nickname": "sample string 5",
        "CreatedDate": "2025-04-24T07:16:10.3945885+08:00",
        "LastLoginDate": "2025-04-24T07:16:10.3945885+08:00",
        "TypeId": 8,
        "FaceUrl": "sample string 9",
        "Lat": 10.0,
        "Lng": 11.0,
        "LocationName": "sample string 12",
        "Pswd": "sample string 13",
        "Code": "sample string 14",
        "Title": "sample string 15",
        "Intro": "sample string 16",
        "Birthdate": "2025-04-24T07:16:10.3945885+08:00",
        "SexId": 18,
        "AreaCode": "sample string 19",
        "AreaName": "sample string 20",
        "IsCertified": true,
        "StatusId": 22,
        "SysAreaId": 23,
        "LikedCount": 24,
        "DeviceTypeId": 25,
        "AliasName": "sample string 26"
      },
      {
        "RegDate": "2025-04-24 07:16:10",
        "LastLogineTime": "2025-04-24 07:16:10",
        "ProfileStatus": "sample string 1",
        "ProfileStatusId": 2,
        "Id": 3,
        "Username": "sample string 4",
        "Nickname": "sample string 5",
        "CreatedDate": "2025-04-24T07:16:10.3945885+08:00",
        "LastLoginDate": "2025-04-24T07:16:10.3945885+08:00",
        "TypeId": 8,
        "FaceUrl": "sample string 9",
        "Lat": 10.0,
        "Lng": 11.0,
        "LocationName": "sample string 12",
        "Pswd": "sample string 13",
        "Code": "sample string 14",
        "Title": "sample string 15",
        "Intro": "sample string 16",
        "Birthdate": "2025-04-24T07:16:10.3945885+08:00",
        "SexId": 18,
        "AreaCode": "sample string 19",
        "AreaName": "sample string 20",
        "IsCertified": true,
        "StatusId": 22,
        "SysAreaId": 23,
        "LikedCount": 24,
        "DeviceTypeId": 25,
        "AliasName": "sample string 26"
      }
    ]
  },
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RtBaseOfPageDataOfRtUserZ_PTyOvyoIhulikUU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <code>1</code>
  <msg>sample string 2</msg>
  <data>
    <list xmlns:d3p1="http://schemas.datacontract.org/2004/07/YHT.Core">
      <d3p1:RtUser>
        <d3p1:AliasName>sample string 26</d3p1:AliasName>
        <d3p1:AreaCode>sample string 19</d3p1:AreaCode>
        <d3p1:AreaName>sample string 20</d3p1:AreaName>
        <d3p1:Birthdate>2025-04-24T07:16:10.3945885+08:00</d3p1:Birthdate>
        <d3p1:Code>sample string 14</d3p1:Code>
        <d3p1:CreatedDate>2025-04-24T07:16:10.3945885+08:00</d3p1:CreatedDate>
        <d3p1:DeviceTypeId>25</d3p1:DeviceTypeId>
        <d3p1:FaceUrl>sample string 9</d3p1:FaceUrl>
        <d3p1:Id>3</d3p1:Id>
        <d3p1:Intro>sample string 16</d3p1:Intro>
        <d3p1:IsCertified>true</d3p1:IsCertified>
        <d3p1:LastLoginDate>2025-04-24T07:16:10.3945885+08:00</d3p1:LastLoginDate>
        <d3p1:Lat>10</d3p1:Lat>
        <d3p1:LikedCount>24</d3p1:LikedCount>
        <d3p1:Lng>11</d3p1:Lng>
        <d3p1:LocationName>sample string 12</d3p1:LocationName>
        <d3p1:Nickname>sample string 5</d3p1:Nickname>
        <d3p1:Pswd>sample string 13</d3p1:Pswd>
        <d3p1:SexId>18</d3p1:SexId>
        <d3p1:StatusId>22</d3p1:StatusId>
        <d3p1:SysAreaId>23</d3p1:SysAreaId>
        <d3p1:Title>sample string 15</d3p1:Title>
        <d3p1:TypeId>8</d3p1:TypeId>
        <d3p1:Username>sample string 4</d3p1:Username>
        <d3p1:ProfileStatus>sample string 1</d3p1:ProfileStatus>
      </d3p1:RtUser>
      <d3p1:RtUser>
        <d3p1:AliasName>sample string 26</d3p1:AliasName>
        <d3p1:AreaCode>sample string 19</d3p1:AreaCode>
        <d3p1:AreaName>sample string 20</d3p1:AreaName>
        <d3p1:Birthdate>2025-04-24T07:16:10.3945885+08:00</d3p1:Birthdate>
        <d3p1:Code>sample string 14</d3p1:Code>
        <d3p1:CreatedDate>2025-04-24T07:16:10.3945885+08:00</d3p1:CreatedDate>
        <d3p1:DeviceTypeId>25</d3p1:DeviceTypeId>
        <d3p1:FaceUrl>sample string 9</d3p1:FaceUrl>
        <d3p1:Id>3</d3p1:Id>
        <d3p1:Intro>sample string 16</d3p1:Intro>
        <d3p1:IsCertified>true</d3p1:IsCertified>
        <d3p1:LastLoginDate>2025-04-24T07:16:10.3945885+08:00</d3p1:LastLoginDate>
        <d3p1:Lat>10</d3p1:Lat>
        <d3p1:LikedCount>24</d3p1:LikedCount>
        <d3p1:Lng>11</d3p1:Lng>
        <d3p1:LocationName>sample string 12</d3p1:LocationName>
        <d3p1:Nickname>sample string 5</d3p1:Nickname>
        <d3p1:Pswd>sample string 13</d3p1:Pswd>
        <d3p1:SexId>18</d3p1:SexId>
        <d3p1:StatusId>22</d3p1:StatusId>
        <d3p1:SysAreaId>23</d3p1:SysAreaId>
        <d3p1:Title>sample string 15</d3p1:Title>
        <d3p1:TypeId>8</d3p1:TypeId>
        <d3p1:Username>sample string 4</d3p1:Username>
        <d3p1:ProfileStatus>sample string 1</d3p1:ProfileStatus>
      </d3p1:RtUser>
    </list>
    <totalNum>1</totalNum>
  </data>
</RtBaseOfPageDataOfRtUserZ_PTyOvyoIhulikUU>