Wrong data type provided for input.
Hi,
I was unable to use the following API end points
GET /openapi/views/{viewId}/records/{recordId}/files/{fieldName:.+
It returns "Wrong data type provided for input." 400 error.

2 comments
-
Kapila Perera commented
Hi Justing,
Thanks for reply.
In this case also I sent the url without brackets.
ex- /openapi/views/123/records/1/files/... -
Justin Mauldin commented
Hi Kapila,
The same thing is happening here as in your other question.
You will need to drop the brackets in your syntax and then pull the actual value for the field your pulling.
Thanks,
-Justin