GET api/Values/UserRightsGetByUserGroupIdBusinessProcessId?UserGroupId={UserGroupId}&strBPId={strBPId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserGroupId

string

Required

strBPId

string

Required

Body Parameters

None.

Response Information

Resource Description

returndbmlUserRight
NameDescriptionTypeAdditional information
objdbmlUserRightList

Collection of dbmlUserRight

None.

objdbmlStatus

dbmlStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "objdbmlUserRightList": [
    {
      "UserRightsKey": 1,
      "UpdateId": 2,
      "UserGroupId": 3,
      "BusinessProcessId": 4,
      "PropertyId": 5,
      "ZZPropertyName": "sample string 6",
      "ZZCheckBox": true,
      "ZZseq": 8
    },
    {
      "UserRightsKey": 1,
      "UpdateId": 2,
      "UserGroupId": 3,
      "BusinessProcessId": 4,
      "PropertyId": 5,
      "ZZPropertyName": "sample string 6",
      "ZZCheckBox": true,
      "ZZseq": 8
    }
  ],
  "objdbmlStatus": {
    "StatusId": 1,
    "Status": "sample string 2",
    "PKId": 3,
    "Remark": "sample string 4"
  }
}

text/html

Sample:
{"objdbmlUserRightList":[{"UserRightsKey":1,"UpdateId":2,"UserGroupId":3,"BusinessProcessId":4,"PropertyId":5,"ZZPropertyName":"sample string 6","ZZCheckBox":true,"ZZseq":8},{"UserRightsKey":1,"UpdateId":2,"UserGroupId":3,"BusinessProcessId":4,"PropertyId":5,"ZZPropertyName":"sample string 6","ZZCheckBox":true,"ZZseq":8}],"objdbmlStatus":{"StatusId":1,"Status":"sample string 2","PKId":3,"Remark":"sample string 4"}}

application/xml, text/xml

Sample:
<returndbmlUserRight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimkenOrderService.Models">
  <objdbmlStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
    <d2p1:PKId>3</d2p1:PKId>
    <d2p1:Remark>sample string 4</d2p1:Remark>
    <d2p1:Status>sample string 2</d2p1:Status>
    <d2p1:StatusId>1</d2p1:StatusId>
  </objdbmlStatus>
  <objdbmlUserRightList xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
    <d2p1:dbmlUserRight>
      <d2p1:BusinessProcessId>4</d2p1:BusinessProcessId>
      <d2p1:PropertyId>5</d2p1:PropertyId>
      <d2p1:UpdateId>2</d2p1:UpdateId>
      <d2p1:UserGroupId>3</d2p1:UserGroupId>
      <d2p1:UserRightsKey>1</d2p1:UserRightsKey>
      <d2p1:ZZCheckBox>true</d2p1:ZZCheckBox>
      <d2p1:ZZPropertyName>sample string 6</d2p1:ZZPropertyName>
      <d2p1:ZZseq>8</d2p1:ZZseq>
    </d2p1:dbmlUserRight>
    <d2p1:dbmlUserRight>
      <d2p1:BusinessProcessId>4</d2p1:BusinessProcessId>
      <d2p1:PropertyId>5</d2p1:PropertyId>
      <d2p1:UpdateId>2</d2p1:UpdateId>
      <d2p1:UserGroupId>3</d2p1:UserGroupId>
      <d2p1:UserRightsKey>1</d2p1:UserRightsKey>
      <d2p1:ZZCheckBox>true</d2p1:ZZCheckBox>
      <d2p1:ZZPropertyName>sample string 6</d2p1:ZZPropertyName>
      <d2p1:ZZseq>8</d2p1:ZZseq>
    </d2p1:dbmlUserRight>
  </objdbmlUserRightList>
</returndbmlUserRight>