Get a user-defined property for a project

get/projects/{projectId}/userProperties/{propertyKey}

Returns the specified user-defined property for the specified project.

Request Samples

1

Response Samples

1{
2 "name": "priority4",
3 "type": "string",
4 "value": "high"
5}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

propertyKey
string
true

The key of the user-defined property.

Header Parameters

NameTypeRequiredDescription
If-None-Match
string
false

The entity tag obtained from the most recent ETag response header.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No project or property exists at the requested path.

Schema