Applications list

Getting a list of applications

method: POST

url:https://ninjalender.online/client/loan/list - list of all applications that can be bought on the stock exchange

url:https://ninjalender.online/client/loan/list-my - a list of all applications that are loaded by me

url:https://ninjalender.online/client/loan/list-my-bought - list of all applications that are purchased by me

Headers:

Where AToken is the token that was received during authorization.

Request body:

params:

Ответ:

data:

data.auction(auction object):

data.auction.bet(bet object):

data.organization(organization object):

data.organization.type(organization type object):

data.type(loan type object):

data.refuse_reason(refuse reason object):

data.purpose(loan purpose object):

Request example:

{
  "params": {
    "fields": []
  },
  "limit": 3,
  "offset": 3
}

Response example:

[
  {
    "code": 0,
    "message": "ok",
    "data": [
      {
        "id": 4439,
        "stage": 1,
        "creation_date": "2018-07-03T07:02:44+00:00",
        "start_date": "2018-07-03T07:02:45+00:00",
        "refuse_date": "2018-07-03T07:02:45+00:00",
        "amount": 1000,
        "price_min": 67,
        "price": 100,
        "term": 864000,
        "freshness": 0,
        "requisites": {
          "name": {
            "value": "Александр",
            "title": "name"
          },
          "edu_name": {
            "value": "",
            "title": "edu_name"
          },
          "reg_city": {
            "value": "Киев",
            "title": "reg_city"
          },
          "real_city": {
            "value": "Киев",
            "title": "real_city"
          },
          "employment": {
            "value": "Безработный",
            "title": "employment"
          },
          "occupation": {
            "value": "",
            "title": "occupation"
          },
          "reg_region": {
            "value": "Киевская",
            "title": "reg_region"
          },
          "real_region": {
            "value": "Киевская",
            "title": "real_region"
          },
          "credit_score": {
            "value": "104",
            "title": "credit_score"
          },
          "extra_income": {
            "value": "0.00",
            "title": "extra_income"
          },
          "job_position": {
            "value": "",
            "title": "job_position"
          },
          "reg_district": {
            "value": "",
            "title": "reg_district"
          },
          "reg_postcode": {
            "value": "04125",
            "title": "reg_postcode"
          },
          "family_status": {
            "value": "Состоювбраке",
            "title": "family_status"
          },
          "income_amount": {
            "value": "0.00",
            "title": "income_amount"
          },
          "real_district": {
            "value": "",
            "title": "real_district"
          },
          "real_postcode": {
            "value": "04125",
            "title": "real_postcode"
          },
          "reg_placement": {
            "value": "Частныйдом",
            "title": "reg_placement"
          },
          "family_members": {
            "value": "1",
            "title": "family_members"
          },
          "real_placement": {
            "value": "Частныйдом",
            "title": "real_placement"
          },
          "changed_surname": {
            "value": false,
            "title": "changed_surname"
          },
          "work_experience": {
            "value": "",
            "title": "work_experience"
          },
          "additional_source": {
            "value": "",
            "title": "additional_source"
          }
        },
        "auction": {
          "max_bet": {
            "id": null,
            "amount": null
          },
          "id": 4050,
          "start_date": "2018-07-03T07:02:45+00:00",
          "end_date": "2018-07-03T07:32:45+00:00",
          "is_active": true,
          "bets": []
        },
        "organization": {
          "id": 19,
          "creation_date": "2018-05-22T17:33:30+00:00",
          "name": "МФОБогатырь",
          "type": {
            "id": 1,
            "title": "МФО"
          }
        },
        "type": {
          "id": 1,
          "title": "Краткосрочныйзайм"
        },
        "refuse_reason": {
          "id": 12,
          "title": "Низкийдоход"
        }
      }
    ],
    "total": 1
  }
]

List of errors:

Last updated