Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Dear experts,
I am getting the error message you find in the subject while calling APIs under /Thingworx/Resources/EntityServices, while I have no issue for /Thingworx/Things. Checking previous posts I have seen that this looks like a common error when visibility rights are missing, but I am not sure of what the minimum requirements are (i.e., if it's enough to assign rights at the APIKey level, or if you need to create an Organization and/or UserGroup).
Thanks and best regards!
Solved! Go to Solution.
You are giving visibility permissions for entities such as things, templates etc. But the functions and entity services lies under resources as mentioned earlier. You have to give permissions to resources.
All Entity services, Sessions services and all functions existed under resources. You can just go to resources and provide visibility permissions to default organization existed in the system which is 'everyone' or you can create a new organization and provide visibility permission for you organization.
Hello @abhiramk,
Thanks for your answer, I have provided visibility permission like this (FVTestThing is the Thing Template I am trying to instantiate):
But this is not doing it for me. Am I missing something?
Thanks,
Federico
You are giving visibility permissions for entities such as things, templates etc. But the functions and entity services lies under resources as mentioned earlier. You have to give permissions to resources.
It is clear now, thank you for your explanation!