List User Feedbacks

Read available Matching Decision Logs across your organization.

SecurityapiKey
Request
query Parameters
limit
integer <int32> [ 1 .. 250 ]
Default: 20

Number of items to be returned.

Example: limit=100
startAfter
string (StartAfter)

Indicator for the next page. Used together with nextStartAfter from the result.

Example: startAfter=5712566172571652
Responses
200

OK

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

get/userfeedbacks
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "limit": "100",
  • "values": [
    ],
  • "nextStartAfter": "5712566172571652"
}