get https://api.getknit.dev/v1.0/fields.list
Currently in Beta
You must pass either the
X-Knit-Integration-Id
header or theappId
query parameterYou can fetch the list of fields for an app by passing the
appId
query parameter. This route gives the list of fields that we expect would be present in an integration of an app. However, actual fields may change from integration to integration.Alternatively, if you want to fetch the list of fields for an integration, you can pass the
X-Knit-Integration-Id
header. This method would fetch the list of fields for that integration.