GET api/AdmRoleMaster/GetAdmRoleMasterById?AdmRoleMasterId={AdmRoleMasterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AdmRoleMasterId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AdmRoleMaster
NameDescriptionTypeAdditional information
AdmRoleMasterId

integer

None.

RoleName

string

None.

DisplayRole

string

None.

Status

string

None.

CreatedDate

string

None.

CreatedBy

string

None.

UpdatedDate

string

None.

UpdatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AdmRoleMasterId": 1,
  "RoleName": "sample string 2",
  "DisplayRole": "sample string 3",
  "Status": "sample string 4",
  "CreatedDate": "sample string 5",
  "CreatedBy": "sample string 6",
  "UpdatedDate": "sample string 7",
  "UpdatedBy": "sample string 8"
}

application/xml, text/xml

Sample:
<AdmRoleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SocialHiveAPI.Models">
  <AdmRoleMasterId>1</AdmRoleMasterId>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDate>sample string 5</CreatedDate>
  <DisplayRole>sample string 3</DisplayRole>
  <RoleName>sample string 2</RoleName>
  <Status>sample string 4</Status>
  <UpdatedBy>sample string 8</UpdatedBy>
  <UpdatedDate>sample string 7</UpdatedDate>
</AdmRoleMaster>