Help

Re: Bug on API request List comment

Solved
Jump to Solution
576 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Achiquitos
5 - Automation Enthusiast
5 - Automation Enthusiast

I am trying to use the API request to retrieve comments from a record using the following URL: v0/{baseId}/{tableIdOrName}/{recordId}/comments. However, I encounter a '[404] NOT_FOUND' error. I am using an OAuth connection in Make, which works when I use any other request, such as a simple 'Get a record': v0/{baseId}/{tableIdOrName}/{recordId}.

1 Solution

Accepted Solutions

Not sure if it's helpful, but as a datapoint, I just tried getting comments with a personal access token and was successful:

Screenshot 2024-10-24 at 6.24.06 PM.png

OAuth gave me a 403 though

See Solution in Thread

5 Replies 5
Achiquitos
5 - Automation Enthusiast
5 - Automation Enthusiast

And as you can see, I have authorized in my Oauth the comments to be retrieved via the API.

Not sure if it's helpful, but as a datapoint, I just tried getting comments with a personal access token and was successful:

Screenshot 2024-10-24 at 6.24.06 PM.png

OAuth gave me a 403 though

Thank you for your help, but did you use an HTTP module or the 'Make an API call' module from Airtable?

I tried both, and I still get the 404 error. Everything works, such as searching for tables in the base and retrieving records, but as soon as I add 'comment' to the end of my URL, I get a 404 not found.

I was using the Make an API call module from Airtable

Achiquitos
5 - Automation Enthusiast
5 - Automation Enthusiast

Good with the personal access token Thanks