#kellan_lol

1 messages · Page 1 of 1 (latest)

left caveBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

marble kite
#

for context, this call works fine if I don't include the parameters[columns]

sinful swift
#

It's form encoded so you'd need to pass each element in the array separately

#

Give me a min to look up syntax

marble kite
#

TYSM!

sinful swift
#

Would either be parameters[0][columns]

#

or parameters[columns][0]

#

Not sure which

#

Try both

marble kite
#

OK and in the "Values" section is where I specify the column names?

#

sorry, I'm a really noob developer

sinful swift
#

yup

marble kite
sinful swift
#

don't put quotes around it

marble kite
#

nooooowwwww we're talking!

#

metadata is ultimately what I'm looking for. so this looks promising!

#

also, love the Archer reference lol

#

thanks!

#

actually, maybe not so much.. the report contents don't look good:

sinful swift
#

We don't know much about reports in here

#

I can help you formulate the api request

#

But in terms of which content you need, idk

#

Recommend talking to our support team

#
marble kite
#

roger that, thanks again

sinful swift
#

No problem

marble kite
#

sorry one more question please

#

requesting multiple columsn, something like this?

#

or the 0 in "columns" needs to increment?

sinful swift
#

No. The 0 is an index

#

So if you pass more than one, each one needs a different index

#

like 0, 1, 2, 3, etc