Breadcrumbs

Metavault API - Get project image

ProjectLogo - GET

Path

/api/projects/{projectId}/image

Http Method

GET

Overview

Get the image associated to a project. It is the image that is visible in the list of projects in the beVault interface.

Required permissions

  • Read access to the project, which means you need one of:

    • BUILD READ

    • SOURCE READ

    • VERIFY READ

    • DISTRIBUTE READ

    • configure READ

  • Or, global administration privileges: admin

Request

Path parameters

Parameter

Type

Required

Description

Example

projectId

string

Yes

The Id of the project, generated on creation.

099ec495a1b548efa43b15da09262c20

Response

Success response (200 OK)

The image data of the logo of the project. So response Content-Type should be one of:

  • image/svg+xml

  • image/png

  • image/jpeg

  • image/webp