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": "8cac61d8-e47b-4c0d-b865-8b785c4745e7",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3"
},
{
"$ref": "2"
}
]