Versions Compared

Key

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

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 

Parent

Parameter

Type

Description

Possible values


startAt

Number

Use this parameter to define starting index for the search results

10, 20, etc


maxResults

Number

Use this parameter to define max results on each page

20, 40, etc


total

Number

Total number of given feedback for logged in user

23, 50, 100, 1000, etc


dateTimeFormat

String

Format definition of date fields returned in response.



dateFormat

Date

Format definition of date fields returned in response.



results

Object

This objective consist of all data points of returned results


results

id

Number

Feedback id

23, 1, 2, 4, etc

results

message

String

Message in the feedback

  • You have done a great job! Keep it up!

results

creator

Object

This object consists of all data points related user who created feedback


results

receiver

Object

This object consists of all data points related user who received feedback


results

visibility

Object

This object consists of all data points related feedback visibility in UpRaise


visibility

type

String

Visibility type

  • None (Other two types of visibility options are not applicable when feedback is saved a note)

results

feedbackTag

Object

This object consists of all data points related to the feedback tag selected in the current feedback

  • id

  • name

feedbackTag

id

Number

Feedback tag id

1, 2, 3, 4, etc

feedbackTag

name

String

Feedback tag name in UpRaise

Fantastic work, above expectations, etc

results

labels

Object

This object consists of all data points related to associated labels with current feedback

  • id

  • name

labels

id

Number

Label id

45,96,1,2, etc

labels

name

String

Label name

Skill development, teamwork, etc

results

resourceId

Number

Resource 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

results

resourceType

String

Feedback type 

  • Jira issue

  • objective

  • Key result,

  • Independent

results

created

Date

Date on which feedback is created

Any date

results

modified

Date

Date on which feedback is created

Any 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)