You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
This REST API meant to provide attachments from Objective or KRs. For this, user needs to attachment ID in API request.
This API will require valid authentication & will expect the user API token in the request.
Read Create User API token for more details
Below are the end points for this API based on which UpRaise app you are using
App name
Endpoint
UpRaise for Employee Success
https://employee-success.upraise.io/rest/upraise/public/1.0/okr/attachment/{attachmentId}
UpRaise People
https://people.upraise.io/https://employee-success.upraise.io/rest/upraise/public/1.0/okr/attachment/{attachmentId}
Response expected from this API endpoint is attachment ID.
Users without permission to view OKR won’t be able to download attachments. Appropriate error message will appear.
Once the request is processed, the attachment file is downloaded as a response.
On this page