Skip to main content

PaginationDtoFinancingT24DemandResponse

Represents paginated results.

content object[]

The list of items in the current page.

  • Array [
  • dossierNumberstring
    requestDatestring
    typeCodestring

    Possible values: [REAL_ESTATE, VEHICLE, EQUIPMENT, TREASURY, CREDIT_LINE, CREDIT_LINE_DRAW, CARTE_EM]

    typeLabelstring
    amountnumber
    amountFormattedstring
    durationinteger<int32>
    statusCodestring
    statusLabelstring
    sourcestring

    Possible values: [EN_LIGNE, AGENCE]

    sourceLabelstring
  • ]
  • totalElementsinteger<int64>

    The total number of elements across all pages.

    Example: 100
    totalPagesinteger<int32>

    The total number of pages available.

    Example: 10
    numberinteger<int32>

    The current page number (zero-based).

    Example: 0
    sizeinteger<int32>

    The number of items per page.

    Example: 10
    PaginationDtoFinancingT24DemandResponse
    {
    "content": [
    {
    "dossierNumber": "string",
    "requestDate": "string",
    "typeCode": "REAL_ESTATE",
    "typeLabel": "string",
    "amount": 0,
    "amountFormatted": "string",
    "duration": 0,
    "statusCode": "string",
    "statusLabel": "string",
    "source": "EN_LIGNE",
    "sourceLabel": "string"
    }
    ],
    "totalElements": 100,
    "totalPages": 10,
    "number": 0,
    "size": 10
    }