Get pull request
GET/v1/api/scm/pullrequests/{id}
Path parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
Response samples
200
{
"title": "string",
"body": "string",
"cluster_id": "string",
"creator": "string",
"id": "string",
"inserted_at": "string",
"labels": [
"string"
],
"ref": "string",
"service_id": "string",
"sha": "string",
"stack_id": "string",
"status": "open",
"updated_at": "string",
"url": "string"
}