Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HeaderDescription
Authorization (required)Access token. You can obtain a token by making a request
Content-Type: application/json
(required)
Property for processing a request in JSON
Accept: application/json
(required)
Property for processing a request in JSON
ParameterDescription
sessionId (required) The session ID
text (required) The text content of the new question. The question may contain up to 2000 characters.
isRequired (required) 

Indicates whether answering the question is required
Possible values:

  • false — optional
  • true — required
targetRoles (required) 

Reviewer roles eligible to see this question:

  • REVIEWER_ROLE_SELF_REVIEW — self-assessment
  • REVIEWER_ROLE_DIRECT_MANAGER — manager
  • REVIEWER_ROLE_PEER — colleagues
  • REVIEWER_ROLE_DIRECT_REPORT — subordinates
  • REVIEWER_ROLE_CUSTOMER — customers
  • REVIEWER_ROLE_EXPERT — experts

Allowed role combinations:

  • All roles
  • All roles except self-assessment (REVIEWER_ROLE_SELF_REVIEW)
  • Each role individually

...