GET folder_rights/{id}

Gets the information of the folder right with the specified identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier of the folder right.

integer

Required

Body Parameters

None.

Response Information

Resource Description

FolderRightViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

RightValue

integer

None.

SelfUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "rightValue": 3,
  "selfUrl": "sample string 4"
}