Here we will find the existing field sets for the loan contract entity.
The path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
To find the field sets, use the following endpoint:
Below you will find the response to the sample request:
From the response, we can see that the entity LOAN.CONTRACT_HEADER has one field set with ID Contract Extras
. Next, we will find the details of all the fields for this entity.
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/LOAN.CONTRACT_HEADER/field-set
Learn more about the endpoint in the Tuum developer portal.