POST breeze/AccessGroupDetails/Get

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
accessIds
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  1,
  2,
  3
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
  <int>3</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ACCGRPID": "sample string 1",
    "ACCID": 2,
    "ACCESS": "sample string 3",
    "ACCESSCAT": "sample string 4"
  },
  {
    "ACCGRPID": "sample string 1",
    "ACCID": 2,
    "ACCESS": "sample string 3",
    "ACCESSCAT": "sample string 4"
  },
  {
    "ACCGRPID": "sample string 1",
    "ACCID": 2,
    "ACCESS": "sample string 3",
    "ACCESSCAT": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfACCGRPDTL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.Models">
  <ACCGRPDTL>
    <ACCESS>sample string 3</ACCESS>
    <ACCESSCAT>sample string 4</ACCESSCAT>
    <ACCGRPID>sample string 1</ACCGRPID>
    <ACCID>2</ACCID>
  </ACCGRPDTL>
  <ACCGRPDTL>
    <ACCESS>sample string 3</ACCESS>
    <ACCESSCAT>sample string 4</ACCESSCAT>
    <ACCGRPID>sample string 1</ACCGRPID>
    <ACCID>2</ACCID>
  </ACCGRPDTL>
  <ACCGRPDTL>
    <ACCESS>sample string 3</ACCESS>
    <ACCESSCAT>sample string 4</ACCESSCAT>
    <ACCGRPID>sample string 1</ACCGRPID>
    <ACCID>2</ACCID>
  </ACCGRPDTL>
</ArrayOfACCGRPDTL>