I am using management api, when I run following code:
sourceSpace.cf_space.getContentTypes().then(function(contentTypes){});
It returns response like that:
But when I run following code:
sourceSpace.cf_space.getContentType(contentTypeId).then(function(contentType){});
It returns response like that:
Why is that change of response in both calls. I have them to be same in both cases.
localized and disabled two fields are missing when I call .getContentType api.
Any help is appreciated. Thanks.