Sorry, that's my mistake, I was confusing it with REST, there are no list or describe operations for custom objects in our SOAP API. You'll need to use the REST operations to get t...
You can use the process you described, list for available objects, and describe for fields, but REST will be faster and more robust. We don't recommend doing any new development in...
I know it will under certain circumstances where the path is broken or incomplete and a 403 is returned, but it doesn't seem like you're getting that here. It would be hard to say ...
You'd normally get a 414 if the request URI were too large (over 8k), so if you're getting a 200 and then the bad line, then it would not be that specifically.
I don't have access to them, but I would guess that the template is something like this:'Changed %s1 from "%s2" to "%s3"'The real template will depend on the language you're using ...