Returning the slug instead of the field

I’m making an API call to smartsuite to return field names and records.

When I get the output, it returns the slugs rather than the field names.

Here is the input/output bundle

Hi @DwayneMake,

That’s how SmartSuite returns data.
You can try adding hydrated=true to the body, but only gives additional data for certain field types.

Thank you

Now when I do the http , its giving me an output that I dont understand(See photo)

Am I doing something wrong?

That looks like a 4xx error.
Which endpoint are you using?

Are you using the SmartSuite Make an API Call module or the HTTP Make a Request module?

I’m using “get a record”

Are you using the SmartSuite module or the HTTP module?

If you use SmartSuite Get a Record module, it should return field names.
If you use Make an API Call module or any of the modules from HTTP, then it will not.

When I use the http model I get the data output as dislpayed above.

If I use smartsuite get a record then it can only return less than 200 records. I need more