GET api/DCMLandingPage?filter={filter}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomLandingPageRoleName | Description | Type | Additional information |
---|---|---|---|
RoleId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
DcmRoleId | globally unique identifier |
None. |
|
DcmRoleName | string |
None. |
|
ExpiredOn | date |
None. |
|
IsRevoke | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "RoleId": "4f822d4e-d3d0-4932-8bb4-997bd43c8e21", "UserId": "d13bdb79-1ea1-4880-91e7-406c33bc5e0e", "UserName": "sample string 3", "DcmRoleId": "9d57884d-d85f-41df-bafe-9021f4aa3b14", "DcmRoleName": "sample string 5", "ExpiredOn": "2025-03-16T16:46:17.7644383+00:00", "IsRevoke": true }, { "RoleId": "4f822d4e-d3d0-4932-8bb4-997bd43c8e21", "UserId": "d13bdb79-1ea1-4880-91e7-406c33bc5e0e", "UserName": "sample string 3", "DcmRoleId": "9d57884d-d85f-41df-bafe-9021f4aa3b14", "DcmRoleName": "sample string 5", "ExpiredOn": "2025-03-16T16:46:17.7644383+00:00", "IsRevoke": true } ]
application/xml, text/xml
Sample:
<ArrayOfCustomLandingPageRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomLandingPageRole> <DcmRoleId>9d57884d-d85f-41df-bafe-9021f4aa3b14</DcmRoleId> <DcmRoleName>sample string 5</DcmRoleName> <ExpiredOn>2025-03-16T16:46:17.7644383+00:00</ExpiredOn> <IsRevoke>true</IsRevoke> <RoleId>4f822d4e-d3d0-4932-8bb4-997bd43c8e21</RoleId> <UserId>d13bdb79-1ea1-4880-91e7-406c33bc5e0e</UserId> <UserName>sample string 3</UserName> </CustomLandingPageRole> <CustomLandingPageRole> <DcmRoleId>9d57884d-d85f-41df-bafe-9021f4aa3b14</DcmRoleId> <DcmRoleName>sample string 5</DcmRoleName> <ExpiredOn>2025-03-16T16:46:17.7644383+00:00</ExpiredOn> <IsRevoke>true</IsRevoke> <RoleId>4f822d4e-d3d0-4932-8bb4-997bd43c8e21</RoleId> <UserId>d13bdb79-1ea1-4880-91e7-406c33bc5e0e</UserId> <UserName>sample string 3</UserName> </CustomLandingPageRole> </ArrayOfCustomLandingPageRole>