Solution Review

From INAP Dropzone API
Jump to: navigation, search

The solution review command allows a user to review a crowd sourced solution.

Contents

Path

  • /solution/review

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the list command.
  • {$rating}: The rating that being given to the solution, (1-5).
  • {$comment}: A comment that will be submitted with the review.

Optional Data Parameters

  • {$name}: The name of the person making the comment, default is Anonymous.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools