Catalog
Catalog
It contains information about an catalog in an organization
JSON Example
{
"id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
"name": "DefaultCatalog",
"created_at": "2017-07-21T17:32:28.000Z",
"updated_at": "2017-07-21T17:32:28.000Z",
"shared": false,
"owned": true,
"_links": {
"applications": {
"href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/applications"
},
"customizations": {
"href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/customizations"
}
}
}
string
name
Required
Name of the catalog
string As date-time As date-time
created_at
Optional
Date when the catalog was registered
string As date-time As date-time
updated_at
Optional
Last date when the catalog was updated
boolean
shared
Required
Catalog is (or can be) shared with different organizations
boolean
owned
Required
Organization owns the catalog
object
_links
Optional
Section to include hyperlinks based on Hypertext Application Language