Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Background

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

API Details

  • This API will require valid authentication & will expect the user API token in the request.

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. 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.

On this page


  • No labels