Skip to content

Get a repository application property

GET
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}

Retrieve an application property value stored against a repository.

workspace
required
string

The repository container; either the workspace slug or the UUID in curly braces.

repo_slug
required
string

The repository.

app_key
required
string

The key of the Connect app.

property_name
required
string

The name of the property.

The value of the property.

Media type application/json
Application Property

An application property. It is a caller defined JSON object that Bitbucket will store and return. The _attributes field at its top level can be used to control who is allowed to read and update the property. The keys of the JSON object must match an allowed pattern. For details, see Application properties.

object
_attributes
Array<string>
Allowed values: public read_only
key
additional properties
any
Example
{
"_attributes": [
"public"
]
}