Get Type By Id
Returns the Catalog Item Type with the specified ID.
Catalog Type ID
OK
{
"baseUri": "string",
"configSchema": {
"$data": "string",
"$dynamicDefault": "string",
"$ref": "string",
"additionalProperties": false,
"allOf": [
"JsonSchemaImpl Object"
],
"anyOf": [
"JsonSchemaImpl Object"
],
"const": {},
"default": {},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"formatMaximum": "string",
"formatMinimum": "string",
"items": "ObjectOrListJsonSchemaImpl Object",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": "number",
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": "number",
"not": "JsonSchemaImpl Object",
"oneOf": [
"JsonSchemaImpl Object"
],
"pattern": "string",
"patternProperties": {
"patternProperties": "JsonSchemaImpl Object"
},
"properties": {
"properties": "JsonSchemaImpl Object"
},
"readOnly": false,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": false,
"writeOnly": false
},
"createdAt": "string",
"createdBy": "string",
"iconId": "string",
"id": "string",
"name": "string"
}
Base callback URI for import operations
Schema describing a policy object of this type
Creation time
Service that created this type
Default Icon Id
Human-readable unique ID containing only lowercase letters and periods, neither starting nor ending with a period, and never having two consecutive periods
Unique Catalog Item Type name
Unauthorized
"CatalogItemType Object"
Base callback URI for import operations
Schema describing a policy object of this type
Creation time
Service that created this type
Default Icon Id
Human-readable unique ID containing only lowercase letters and periods, neither starting nor ending with a period, and never having two consecutive periods
Unique Catalog Item Type name
Not Found
"CatalogItemType Object"
Base callback URI for import operations
Schema describing a policy object of this type
Creation time
Service that created this type
Default Icon Id
Human-readable unique ID containing only lowercase letters and periods, neither starting nor ending with a period, and never having two consecutive periods
Unique Catalog Item Type name
curl -H 'Authorization: <value>' https://{api_host}/catalog/api/types/{id}