when i use people.getPerson()in permissions.get.js it get errors. but it was used in assign-workflow.post.js without any errors. Why ? thanks in advance ~~~~
I just found some web script api can be used in *.get.js kind of web script. and some other webscript api can be used in *.post.js kind of web script. is this means that not all the web script share the same web script API ?
They all use the same JavaScript API - the problem you are having sounds more like Permissions issue - does the user making the call have permissions to do so? Get/Post is the HTTP method of the executing webscript - it is not relevant to the question.