POST api/GetCLUES_x_cve?cve={cve}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cve | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetCLUES_x_cve_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": "df427dc5-4db6-4849-b99f-7604e80a0e28",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3"
},
{
"$ref": "2"
}
]