GET api/secUserRightsVw

Get all values from the UserRightsVw view

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

secUserRightsVwDb
NameDescriptionTypeAdditional information
EntityUserID

integer

Required

RightName

string

Required

Max length: 50

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "results": null,
  "EntityUserID": 1,
  "RightName": "sample string 2"
}

application/xml, text/xml

Sample:
<secUserRightsVwDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <EntityUserID>1</EntityUserID>
  <RightName>sample string 2</RightName>
</secUserRightsVwDb>