GET api/_ETI_ETAT

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ETI_ETAT
NameDescriptionTypeAdditional information
ETI_ID

integer

None.

ETI_LIBELLE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ETI_ID": 1,
    "ETI_LIBELLE": "sample string 2"
  },
  {
    "ETI_ID": 1,
    "ETI_LIBELLE": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfETI_ETAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesWebApi">
  <ETI_ETAT>
    <ETI_ID>1</ETI_ID>
    <ETI_LIBELLE>sample string 2</ETI_LIBELLE>
  </ETI_ETAT>
  <ETI_ETAT>
    <ETI_ID>1</ETI_ID>
    <ETI_LIBELLE>sample string 2</ETI_LIBELLE>
  </ETI_ETAT>
</ArrayOfETI_ETAT>