Hey all,
I am trying to run a simple web API call using basic authentication against on-premise APPS10:
I GET the above from POSTMAN and get the following error JSON returned:
{
"error": {
"code": "MI_METADATA_NOTFOUND",
"message": "Metadata not found."
}
}
There is another thread about this sort of thing from a year ago, but it was not resolved as far as I can tell. It may have something to do with me using int in the URL instead of main, but when I use main I get an authentication error. I’d like this to work with basic auth.
Can anyone enlighten me on what I am doing wrong, and what I should do differently? Better yet, where in the documentation can I better educate myself about proper syntax and projection names to overcome these sorts of errors? Every time I try to dive deeper into the RESTful API world I have trouble finding good examples of how to do things…
Thanks in advance!
Joe Kaufman