GET api/_ETA_ETAT

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ETA_ETAT
NameDescriptionTypeAdditional information
ETA_ID

integer

None.

ETA_LIBELLE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ETA_ID": 1,
    "ETA_LIBELLE": "sample string 2"
  },
  {
    "ETA_ID": 1,
    "ETA_LIBELLE": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfETA_ETAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesModuleConfWebApi">
  <ETA_ETAT>
    <ETA_ID>1</ETA_ID>
    <ETA_LIBELLE>sample string 2</ETA_LIBELLE>
  </ETA_ETAT>
  <ETA_ETAT>
    <ETA_ID>1</ETA_ID>
    <ETA_LIBELLE>sample string 2</ETA_LIBELLE>
  </ETA_ETAT>
</ArrayOfETA_ETAT>