GET System/Right/GetsRightsByUserId?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RightPO
NameDescriptionTypeAdditional 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:38.4048252+08:00"
  },
  {
    "Id": 1,
    "Title": "sample string 2",
    "URL": "sample string 3",
    "Order": 4,
    "Parent": 5,
    "Level": 6,
    "CreateTime": "2026-04-13T13:50:38.4048252+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:38.4048252+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:38.4048252+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>