POST api/GetCLUES?RowsPerPage={RowsPerPage}&PageNumber={PageNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RowsPerPage

integer

Required

PageNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of spGetCLUES_Result
NameDescriptionTypeAdditional information
idCLUES

globally unique identifier

None.

cveCLUES

string

None.

nomCLUES

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idCLUES": "fceaea16-3461-4cdb-8011-3b9d412987cf",
    "cveCLUES": "sample string 2",
    "nomCLUES": "sample string 3"
  },
  {
    "$ref": "2"
  }
]