Skip to content

Magento 2: Get custom category attributes by category id

I have category ID and need to get all custom attribute for example thumbnail image.

my code does not return all attributes

$category = $this->categoryRepository->get($childId, $this->_storeManager->getStore()->getId());
$category->getData();