Skip to main content
GET
/
reputation-process
List reputation processes
curl --request GET \
  --url https://www.renovationfind.com/rest-api-v1/reputation-process \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Query Parameters

page
integer
default:0
Required range: x >= 0
size
integer
default:10

Page size (max 100)

Required range: 1 <= x <= 100
filter
enum<string>
default:ALL
Available options:
ALL,
FEEDBACK_PENDING,
FEEDBACK_COMPLETED,
FEEDBACK_FLAGGED,
WOULD_REFER,
WOULD_NOT_REFER,
FEEDBACK_SCORE_GREATER_THAN_EQUAL_TO_4,
COMPLETION_SCORE_LESS_THAN_EQUAL_TO_50,
COMPLETION_SCORE_100,
REVIEW_COMPLETED,
REFERRAL_COMPLETED

Response

Paginated list of reputation processes

success
boolean
Example:

true

message
string