Check if the promotion history exists

head/projects/{projectName}/promotions

Returns header information about the promotion history of a project.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectName
string
true

The project name.

Query Parameters

NameTypeRequiredDescription
filter
string
false

The filter parameter.

forVersion
integer<int32>
false

If specified, then returns the history for this version of the project only. If this parameter is not provided, returns the history for all versions for the project.

includeNotes
boolean
false

If true, then returns the version notes for each version. If false or not specified, returns just the version numbers with empty notes.

Responses

StatusMeaningDescription
200OK

The response contains the version history of the project.

Headers