getOkrAttachment

Background

This REST API meant to provide attachments from Objective or KRs. For this, user needs to attachment ID to API request.

API Details

Below are the end points for this API based on which UpRaise app you are using

Request parameters

Response expected from this API endpoint is attachment ID.

Users without permission to view OKR won’t be able to download attachments. An appropriate error message will appear.

Response

Once the request is processed, the attachment file is downloaded as a response.

Error handling

HTTP Status code

Error Message

403 (FORBIDDEN)

This user does not have permission to view OKRs.

404 (NOT_FOUND)

Either the attachment was deleted or you don't have access to it.