POST api/GetCLUES_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetCLUES_x_id_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": "aece95e6-8cb1-45f6-b801-9f248434db1c",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3"
},
{
"$ref": "2"
}
]