REST API explorer POST response

JusCuz
Tera Guru

I'm rather new to this piece so am probably missing something simple. I'm working in the REST API Explorer doing a POST to the incident table. The POST is successful, the new record is created without any issues with all fields filled in, however the Response Body in the explorer always is null. In my personal dev instance, this works properly, but the client dev instance, it's always null.

What am I missing that this is not working properly?

1 ACCEPTED SOLUTION

JusCuz
Tera Guru

I got this resolved through a HI. I still am not clear on how this would have affected it, but the issue was with the write ACL for *.sys_id globally set to false. This ACL is inactive in most instances, but since this instance was converted from an Express instance, it was active. Setting this ACL to inactive resolved this issue.


View solution in original post

3 REPLIES 3

Mike Patel
Tera Sage

What do you have Response set as



find_real_file.png


it's set exactly as shown in your image.


JusCuz
Tera Guru

I got this resolved through a HI. I still am not clear on how this would have affected it, but the issue was with the write ACL for *.sys_id globally set to false. This ACL is inactive in most instances, but since this instance was converted from an Express instance, it was active. Setting this ACL to inactive resolved this issue.