Skip to main content

LegacyPageResultEsgEvaluationV4

pageable object
offsetinteger<int64>

The offset of the first element to return.

It is used to paginate the result. The first element is at the position 0 and when we want to get the next page, we need to set the offset to the position of the last element of the previous page which is related to the size of the page.

Example: 0
sizeinteger<int64>
The number of elements to return. It is used to paginate the result. It is the number of elements we want to get from the offset.
Example: 10
sort object
The sort to apply on the result. It is used to sort the result. It is a map of fields to sort and the direction of the sort.
fieldOrder object
property name*string
result object[]
  • Array [
  • assetCodestring
    campaignIdstring
    globalMarknumber<double>
    referentials object[]
  • Array [
  • domains object[]
  • Array [
  • domainstring
    marknumber<double>
    thematics object[]
  • Array [
  • indicators object[]
  • Array [
  • indicatorstring
    marknumber<double>
    values object[]
  • Array [
  • valuestring
  • ]
  • ]
  • marknumber<double>
    thematicstring
  • ]
  • ]
  • idstring
    marknumber<double>
  • ]
  • ]
  • totalinteger<int64>

    It is the total number of elements that can be retrieved from the result.

    Example: 10000
    LegacyPageResultEsgEvaluationV4
    {
    "pageable": {
    "offset": 0,
    "size": 10,
    "sort": {
    "fieldOrder": {}
    }
    },
    "result": [
    {
    "assetCode": "string",
    "campaignId": "string",
    "globalMark": 0,
    "referentials": [
    {
    "domains": [
    {
    "domain": "string",
    "mark": 0,
    "thematics": [
    {
    "indicators": [
    {
    "indicator": "string",
    "mark": 0,
    "values": [
    {
    "value": "string"
    }
    ]
    }
    ],
    "mark": 0,
    "thematic": "string"
    }
    ]
    }
    ],
    "id": "string",
    "mark": 0
    }
    ]
    }
    ],
    "total": 10000
    }