v1

latestSwagger 2.02026-07-13285166341.1 KB
ContentSubmissions

Get a ContentSubmission by ID

Gets a ContentSubmission by ID. When successful, the response is the requested ContentSubmission. If unsuccessful, an appropriate ApiError is returned.

get/api/v2/ContentSubmissions/{contentSubmissionID}

Path parameters

contentSubmissionIDinteger required

The ID of the ContentSubmission to get.

Query parameters

includeAttributesstring

Names of Attributes to include when retrieving this submission. This should be a comma-separated list.

Response

OK

ContentSubmissionIDinteger

The ID of this Content Submission.

ContentDefinitionIDinteger

The ID of the Content Definition.

Repositorystring

The SVN repository used as the source of this content submission

Revisioninteger

The SVN revision used as the source of this content submission.

Versioninteger

Optional. The version number assigned to this Content Submission and the resulting Package. If not provided, version shall be 1 if it is the first content submission for the ContentDefinitionID otherwise it shall be the highest content submission version for the specified ContentDefinitionID incremented by 1.

UserIDinteger

Read Only. The ID of the user who submitted the content

SubmissionDatestring date-time

Read Only. The UTC date and time the content submission was made.

JobRunIDinteger

ReadOnly. The ID of the JobRun which will build the content package.

BuildIDinteger

ReadOnly. The ID of the Azure DevOps Build which will build the content package.

PackageIDstring

The ID of package generated by this content submission.

ReleaseNotesstring

Release Notes for this ContentSubmission