Get a credit limit adjustment

This request retrieves a credit limit adjustment's details.

   Click here to learn more about this request

Credit limit adjustments are used to increase or decrease a borrower's allowed credit limit. This request pulls information for a specified credit limit adjustment. Note the following about this request:

Credit limit adjustment information is stored within the LineOfCreditCreditLimitAdjustments object. The object is stored within the LineOfCredits entity.

This request retrieves the info for a specific credit limit adjustment. To pull all credit limit adjustments within your environment, remove the adjustment ID path parameter. Alternatively, use the GET account's credit limit adjustments request.

For an example of how credit limit adjustments work in the UI, take a look at our Bucket transfers and credit limit adjustments article.

Filtering

Results can be filtered by any field to shorten responses or select a specific result. Here are a few filtering examples for retrieving certain credit limit adjustments.

/odata.svc/LineOfCreditCreditLimitAdjustments?$filter=lineOfCreditId eq 313
/odata.svc/LineOfCreditCreditLimitAdjustments?$filter=info eq 'Limit Increase'
/odata.svc/LineOfCreditCreditLimitAdjustments?$filter=date lt datetime'2024-12-31T00:00:00'

For more information on filtering API responses, see Filtering and Paginating Responses

Database

For information regarding Line of Credit database tables, see the following articles:

Database – Line of Credit Credit Limit Adjustment (line_of_credit_credit_limit_adjustment_entity

Database – Line of Credit Account (line_of_credit_entity)

Language
Credentials
Click Try It! to start a request and see the response here!