GET api/Dados/GetCorporateUsersGroup?_Credentials={_Credentials}&groupId={groupId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

groupId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_user_corporategroup
NameDescriptionTypeAdditional information
user_id

integer

None.

user_name

string

None.

user_total_tickets

integer

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "user_id": 1,
    "user_name": "sample string 2",
    "user_total_tickets": 3,
    "hasError": true,
    "hasErrorMessage": "sample string 5",
    "_SendCredentials": "sample string 6"
  },
  {
    "user_id": 1,
    "user_name": "sample string 2",
    "user_total_tickets": 3,
    "hasError": true,
    "hasErrorMessage": "sample string 5",
    "_SendCredentials": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcTables.cEntity_pro_user_corporategroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntity_pro_user_corporategroup>
    <_SendCredentials>sample string 6</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 5</hasErrorMessage>
    <user_id>1</user_id>
    <user_name>sample string 2</user_name>
    <user_total_tickets>3</user_total_tickets>
  </cTables.cEntity_pro_user_corporategroup>
  <cTables.cEntity_pro_user_corporategroup>
    <_SendCredentials>sample string 6</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 5</hasErrorMessage>
    <user_id>1</user_id>
    <user_name>sample string 2</user_name>
    <user_total_tickets>3</user_total_tickets>
  </cTables.cEntity_pro_user_corporategroup>
</ArrayOfcTables.cEntity_pro_user_corporategroup>