GET api/AdminUser/wORK_AdminUser_Roles?page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdminTableDataOfListOfWORK_AdminUser_Role| Name | Description | Type | Additional information |
|---|---|---|---|
| items | Collection of WORK_AdminUser_Role |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"items": [
{
"ID": 1,
"UserID": 2,
"RoleID": 3
},
{
"ID": 1,
"UserID": 2,
"RoleID": 3
}
],
"total": 1
}
application/xml, text/xml
Sample:
<AdminTableDataOfArrayOfWORK_AdminUser_Roleo9axhPPZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Api.Models">
<items xmlns:d2p1="http://schemas.datacontract.org/2004/07/WORK.Domain.Entities">
<d2p1:WORK_AdminUser_Role>
<d2p1:ID>1</d2p1:ID>
<d2p1:RoleID>3</d2p1:RoleID>
<d2p1:UserID>2</d2p1:UserID>
</d2p1:WORK_AdminUser_Role>
<d2p1:WORK_AdminUser_Role>
<d2p1:ID>1</d2p1:ID>
<d2p1:RoleID>3</d2p1:RoleID>
<d2p1:UserID>2</d2p1:UserID>
</d2p1:WORK_AdminUser_Role>
</items>
<total>1</total>
</AdminTableDataOfArrayOfWORK_AdminUser_Roleo9axhPPZ>