Retrieves a specific Catalog Field by id
curl --request GET \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1a74a19e-1cd7-49c8-99c9-12374216a235",
"type": "catalog_fields",
"attributes": {
"catalog_id": "b2f2ba1f-e4ee-49ff-8c56-d711126b5a21",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "b2f2ba1f-e4ee-49ff-8c56-d711126b5a21",
"multiple": false,
"position": 1,
"deleted_at": null,
"updated_at": "2025-12-11T14:42:18.868-08:00",
"created_at": "2025-12-11T14:42:18.868-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "b2f2ba1f-e4ee-49ff-8c56-d711126b5a21",
"type": "catalogs"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
comma separated if needed. eg: catalog
catalog catalog_field found
Show child attributes
Unique ID of the catalog_field
catalog_fields Show child attributes
text, reference Whether the attribute accepts multiple values.
Default position of the item when displayed in a list.
Restricts values to items of specified catalog.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1a74a19e-1cd7-49c8-99c9-12374216a235",
"type": "catalog_fields",
"attributes": {
"catalog_id": "b2f2ba1f-e4ee-49ff-8c56-d711126b5a21",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "b2f2ba1f-e4ee-49ff-8c56-d711126b5a21",
"multiple": false,
"position": 1,
"deleted_at": null,
"updated_at": "2025-12-11T14:42:18.868-08:00",
"created_at": "2025-12-11T14:42:18.868-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "b2f2ba1f-e4ee-49ff-8c56-d711126b5a21",
"type": "catalogs"
}
}
}
}
}