GET System/Right/GetsRights
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RightPO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| URL | string |
None. |
|
| Order | integer |
None. |
|
| Parent | integer |
None. |
|
| Level | integer |
None. |
|
| CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Title": "sample string 2",
"URL": "sample string 3",
"Order": 4,
"Parent": 5,
"Level": 6,
"CreateTime": "2026-04-13T13:50:07.4616843+08:00"
},
{
"Id": 1,
"Title": "sample string 2",
"URL": "sample string 3",
"Order": 4,
"Parent": 5,
"Level": 6,
"CreateTime": "2026-04-13T13:50:07.4616843+08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfRightPO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.PO.Background">
<RightPO>
<CreateTime>2026-04-13T13:50:07.4616843+08:00</CreateTime>
<Id>1</Id>
<Level>6</Level>
<Order>4</Order>
<Parent>5</Parent>
<Title>sample string 2</Title>
<URL>sample string 3</URL>
</RightPO>
<RightPO>
<CreateTime>2026-04-13T13:50:07.4616843+08:00</CreateTime>
<Id>1</Id>
<Level>6</Level>
<Order>4</Order>
<Parent>5</Parent>
<Title>sample string 2</Title>
<URL>sample string 3</URL>
</RightPO>
</ArrayOfRightPO>