Get a pull request
Gets information about a pull request, such as the source and destination details, who reviewed the pull request, the merge's current status, and whether the element is accessible.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
pullRequestId
The pull request's ID.
Response
Successful Response
createdAt
The date and time at which the pull request was created.
updatedAt
The date and time at which the pull request was updated.
id
The pull request's ID.
title
The pull request's title.
description
The pull request's description.
createdBy
The ID of the user who created the pull request.
updatedBy
The ID of the user who last updated the pull request.
comment
If the pull request is a decline status, an optional comment about why the pull request was declined.
fortkType
The type of element the pull request was forked from.
source
Information about the pull request’s source (parent) element.
destination
Information about the pull request destination element.
status
The pull request’s current review status:
open— The pull request is still open.approved— The pull request was approved by its reviewers.declined— The pull request was not approved by its reviewers.
merge
Information about the current progress of the pull request's merge.
reviewers
Information about the reviewers assigned to the pull request.
Errors
403
Forbidden Error
500
Internal Server Error