# Fetch Pending Reviews Fetches a list of pending collaboration workflow reviews for the current user. Endpoint: POST /review.fetchpendingreviews Security: basic, X-PriceFx-jwt ## Response 201 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.userGroupName` (string) - `response.data.stepLabel` (string) - `response.data.subStepLabel` (string) - `response.data.documentUniqueName` (string) - `response.data.documentLabel` (string) - `response.data.liGroupName` (string) - `response.data.documentTypedId` (string) - `response.status` (integer) ## Response 200 fields