List Blueprints Using GET 1
Lists draft blueprint
Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy, name.
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
Filter by name
A comma-separated list. Results must be associated with one of these project IDs.
Filter blueprints with at least one released version
Search by name and description
Filter blueprints with at least one version
OK
{
"content": [
{
"content": "string",
"contentSourceId": "string",
"contentSourcePath": "string",
"contentSourceSyncAt": "string",
"contentSourceSyncMessages": [
"string"
],
"contentSourceSyncStatus": "string",
"contentSourceType": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"projectName": "string",
"requestScopeOrg": false,
"selfLink": "string",
"status": "string",
"totalReleasedVersions": 0,
"totalVersions": 0,
"updatedAt": "string",
"updatedBy": "string",
"valid": false,
"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