Append Row using Api

Hello, i am using self hosted seatable and version 2.6

I am trying to append a new line to my existing table.

while trying out using postman, I receive an error say

{
    "error_msg": "params invalid"
}

I am not sure which parameter i have specified wrongly. below are my screenshots.


below is what i use for base id.

From the last screenshot I see you use https in your URL. But in your API requests you haven’t included the https at the beginning of the URL. Perhaps that’s the cause?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.