POST api/GetCLUES_x_id?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of spGetCLUES_x_id_Result
NameDescriptionTypeAdditional information
idCLUES

globally unique identifier

None.

cveCLUES

string

None.

nomCLUES

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idCLUES": "d87e9de4-a22b-4377-85e1-10eef2dce908",
    "cveCLUES": "sample string 2",
    "nomCLUES": "sample string 3"
  },
  {
    "$ref": "2"
  }
]