List Resource Types Using GET
Lists resource types
Filter by name
Filter by provider ID
Search by name and description
Expand with content
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
Number of records you want
1
Number of records you want to skip
1
Sorting criteria in the format: property (asc|desc). Default sort order is ascending on name. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy, name.
OK
{
"content": [
{
"createdAt": "string",
"createdBy": "string",
"description": "string",
"displayName": "string",
"endpointType": "string",
"id": "string",
"name": "string",
"operations": {
"operations": "string"
},
"orgId": "string",
"providerId": "string",
"providerName": "string",
"providerVersion": "string",
"schema": {
"$data": "string",
"$dynamicDefault": "string",
"$ref": "string",
"additionalProperties": false,
"allOf": [
"PropertyDefinition Object"
],
"anyOf": [
"PropertyDefinition Object"
],
"computed": false,
"const": {},
"default": {},
"dependencies": {
"dependencies": [
"string"
]
},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"ignoreCaseOnDiff": false,
"ignoreOnUpdate": false,
"items": "PropertyDefinition Object",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": 0,
"metadata": {
"metadata": {}
},
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": 0,
"not": "PropertyDefinition Object",
"oneOf": [
"PropertyDefinition Object"
],
"pattern": "string",
"properties": {
"properties": "PropertyDefinition Object"
},
"recreateOnUpdate": false,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": false,
"writeOnly": false
},
"updatedAt": "string",
"updatedBy": "string"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
},
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Bad Request
Unauthorized
Forbidden
curl -H 'Authorization: <value>' https://{api_host}/blueprint/api/resource-types