List Blueprint Requests Using GET 1
Lists blueprint requests
Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy.
Fields to include in content. Use * to get all fields.
Number of records you want to skip
1
Number of records you want
1
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
Deployment Id filter
Plan Requests filter
OK
{
"content": [
{
"blueprintId": "string",
"blueprintVersion": "string",
"cancelRequestedAt": "string",
"cancelRequestedBy": "string",
"content": "string",
"createdAt": "string",
"createdBy": "string",
"deploymentId": "string",
"deploymentName": "string",
"description": "string",
"destroy": false,
"failureMessage": "string",
"flowExecutionId": "string",
"flowId": "string",
"id": "string",
"ignoreDeleteFailures": false,
"orgId": "string",
"plan": false,
"projectId": "string",
"projectName": "string",
"reason": "string",
"requestTrackerId": "string",
"simulate": false,
"status": "string",
"updatedAt": "string",
"updatedBy": "string",
"validationMessages": [
{
"message": "string",
"path": "string",
"resourceName": "string",
"type": "string"
}
]
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
empty
first
last
number
numberOfElements
size
totalElements
totalPages
Bad Request
Unauthorized
Forbidden