Get Type By Id Using GET 1
Returns the Catalog Item Type with the specified ID.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/catalog/api/types/{id}
COPY
Path Parameters
string
id
Required
Catalog Type ID
Responses
200
OK
Returns CatalogItemType of type(s) application/json
{
"baseUri": "string",
"createdAt": "string",
"createdBy": "string",
"iconId": "string",
"id": "string",
"name": "string"
}
string
baseUri
Optional
Base callback URI for import operations
object
configSchema
Optional
Configuration schema for this type, requests to create a source of this type should have a compliant 'config' field
string As date-time As date-time
createdAt
Optional
Creation time
string
createdBy
Optional
Service that created this type
string As uuid As uuid
iconId
Optional
Default Icon Id
string
id
Optional
Human-readable unique ID containing only lowercase letters and periods, neither starting nor ending with a period, and never having two consecutive periods
string
name
Required
Unique Catalog Item Type name
401
Unauthorized
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure