GET api/_ROL_ROLE

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ROL_ROLE
NameDescriptionTypeAdditional information
ROL_ID

integer

None.

ROL_LIBELLE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ROL_ID": 1,
    "ROL_LIBELLE": "sample string 2"
  },
  {
    "ROL_ID": 1,
    "ROL_LIBELLE": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfROL_ROLE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesModuleConfWebApi">
  <ROL_ROLE>
    <ROL_ID>1</ROL_ID>
    <ROL_LIBELLE>sample string 2</ROL_LIBELLE>
  </ROL_ROLE>
  <ROL_ROLE>
    <ROL_ID>1</ROL_ID>
    <ROL_LIBELLE>sample string 2</ROL_LIBELLE>
  </ROL_ROLE>
</ArrayOfROL_ROLE>