POST api/GetCLUES_x_nom?nom={nom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nom | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetCLUES_x_nom_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idCLUES | globally unique identifier |
None. |
|
| cveCLUES | string |
None. |
|
| nomCLUES | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idCLUES": "4c97db75-7a4f-402c-9139-4a358586aa6a",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3"
},
{
"$ref": "2"
}
]