Skip to content

Get Project Labels

Request

Get project labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management.

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

projectUuidstringrequired

UUID of the project

curl -i -X GET \
  'https://baseUrl/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseArray of objects(EntityLabelDTO)
Response
{ "supportToken": "1171c60d", "response": [ {} ] }