I am using API connect to interface with one of the databases I work with rather than directly sending the query through code to the Rest API (which is much more efficient for what I am doing). But alas, not allowed.
Anyway, here is my issue:
BASE PATH:
https://api.com/apim
Everything is appended to the end of this example URL such that:
API PATH:
https://api.com/apim/myapi/{some value}
Values: '\Project\ProjectInfo\'
The URL is attempting to accept this as part of the URL rather than as a string I am trying to send to the defined query in the API itself. This is throwing us some HTTP errors and I am not exactly sure how we can get around this short of encapsulating the value into something. Trouble is I am not sure if API connect can even do this. Unfortunately the query in question that requires the File Path type value cannot be changed.
Any of you fine lads have more experience with API connect than my extremely limited knowledge of it at present?