Decision History

Returns a log of all previously ran decisions that the user has permission to access, optionally filtered.

SecuritybearerToken
Request
query Parameters
provenirId
string

Filter the returned usage log by the GUID for the associated decision trees, obtained from /GUID.

Example: provenirId=repoObj_0ed6a4aa_16e17d977e9_07ffb16e17d977e9
companyId
string

Filter the returned usage log by the Connect ID for the associated companies for each decision.

Example: companyId=US001-X-US60521352
companyName
string

Filter the returned usage log by the Company Name for the associated companies for each decision.

Example: companyName=CREDITSAFE
status
number

Filter the returned usage log by the status for each decision.

Example: status=1
fromDate
string <date-time>

Filter the returned usage log by the date the the decision was run.

toDate
string <date-time>

Filter the returned usage log by the date the the decision was run.

page
integer
Default: 1

Starting page number.

pageSize
integer

Number of items to return per Page.

Responses
200
400
401
get/decisionEngine/usageLog
Request samples
Response samples
application/json
{
  • "totalCount": 3108,
  • "usageLog": [
    ]
}