Get the loans available for this proposal.
GET {{baseUrl}}/proposals/:proposal-id/loans
The endpoint returns the loans of this proposal.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"loanPurpose":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},"value":"\u003cnumber\u003e","id":"\u003cinteger\u003e"},{"loanPurpose":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},"value":"\u003cnumber\u003e","id":"\u003cinteger\u003e"}]