Check if project user-defined properties exist

head/projects/{projectId}/userProperties

Returns the header information for the user-defined properties that are associated with the specified project ID. Also used to determine whether project user-defined properties exist.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

The criteria for filtering the user-defined properties.

limit
integer<int32>
false

The maximum number of items to return in this request.

Default:
20
name
string
false

Filter by property name.

start
integer<int32>
false

The 0-based start index of a paginated request.

>= 0
Default:
0

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.

Headers