Skip to content

Return User Data Fields

Request

Returns the user data fields defined for the given decision tree GUID.

Security
bearerToken
Path
provenirIdstringrequired

The unique identifier of the decision tree, obtained from /GUID.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/decisionEngine/{provenirId}/userDataFields' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
decisionEngineIdstring

The unique reference for the decision tree.

Example:"repoObj_0ed6a4aa_16e17d977e9_07ffb16e17d977e9"
fieldsArray of objects

A list of user-input data fields that are supported by the provided decision tree. The values for these fields should be passed to the /{guid} endpoint call when running a decision.

Response
{ "decisionEngineId": "repoObj_0ed6a4aa_16e17d977e9_07ffb16e17d977e9", "fields": [ {} ] }