Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

API URL to get feedback notes

Use below URL to get feedback notes. 

  • Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/feedback/notes
  • Example - jira.amoeboids.com/rest/amoeboids-upraise/1.0/feedback/notes

This API returns all notes/ drafted feedback by logged in user. 

Response 

ParentParameterTypeDescriptionPossible values

startAtNumberUse this parameter to define starting index for the search results10, 20, etc

maxResultsNumberUse this parameter to define max results on each page20, 40, etc

totalNumberTotal number of given feedback for logged in user23, 50, 100, 1000, etc

dateTimeFormatStringFormat definition of date fields returned in response.

dateFormatDateFormat definition of date fields returned in response.

resultsObjectThis objective consist of all data points of returned results
resultsidNumberFeedback id23, 1, 2, 4, etc
resultsmessageStringMessage in the feedback
  • You have done a great job! Keep it up!
resultscreatorObjectThis object consists of all data points related user who created feedback
resultsreceiverObjectThis object consists of all data points related user who received feedback
resultsvisibilityObjectThis object consists of all data points related feedback visibility in UpRaise
visibilitytypeStringVisibility type
  • None (Other two types of visibility options are not applicable when feedback is saved a note)
resultsfeedbackTagObjectThis object consists of all data points related to the feedback tag selected in the current feedback
  • id
  • name
feedbackTagidNumberFeedback tag id1, 2, 3, 4, etc
feedbackTagnameStringFeedback tag name in UpRaiseFantastic work, above expectations, etc
resultslabelsObjectThis object consists of all data points related to associated labels with current feedback
  • id
  • name
labelsidNumberLabel id45,96,1,2, etc
labelsnameStringLabel nameSkill development, teamwork, etc
resultsresourceIdNumberResource id is retuned when your feedback is associated with Jira issue, objective or key result. In such a case this parameter returns Jira issue id, objective id or key result id. If the feedback is independent, resourceId parameter returns nothing.  

36, 63,5698, 78, etc

resultsresourceTypeStringFeedback type 
  • Jira issue
  • objective
  • Key result,
  • Independent
resultscreatedDateDate on which feedback is createdAny date
resultsmodifiedDateDate on which feedback is createdAny date


On this page

Table of Contents



In this section

Child pages (Children Display)
pageREST APIs for Continuous Feedback


Past versions

Get all continuous feedback data (Before v3.9.9)