Forum Discussion
ChadCox
7 years agoQrew Trainee
Thank you for your help. If I do something like this and look at the data returned, can I get the Record ID and the known FID?
target_domain.quickbase.com/db/abcdae?a=API_GenResultsTable&qid=16&nv=1&v0=356&clist=a
I see data returned and I can see my file in that data. When I hover over the file in the results displayed (because the file is clickable), I can see the URL that will download it, but I am not seeing the IDs in that URL present in my results of the page request above.
I see a column called "Record ID#." It shows 4615 in the HTML table (from above). I also see a "Related Vendor" number as 1777. When I hover the clickable links for this vendor in this record of the HTML, I can see rid=1777, making me think 1777 is more useful to me than 4615.
At this point, I know DBID. I am not sure I know RID. I do not know FID nor VID. Is FID the name of the file ("My file.pdf"), or is FID something else?
I am trying to make requests to a url like this, but with no results. I am using my real url unlike what I am showing below.
target_domain.quickbase.com/up/abcdae/a/r1777/e0/v0
target_domain.quickbase.com/up/abcdae/a/r1777/e1/v0
target_domain.quickbase.com/up/abcdae/a/r1777/e2/v0
target_domain.quickbase.com/up/abcdae/a/r1777/e3/v0
...
target_domain.quickbase.com/up/abcdae/a/r4615/e0/v0
target_domain.quickbase.com/up/abcdae/a/r4615/e1/v0
target_domain.quickbase.com/up/abcdae/a/r4615/e2/v0
Thanks for any clarification.
target_domain.quickbase.com/db/abcdae?a=API_GenResultsTable&qid=16&nv=1&v0=356&clist=a
I see data returned and I can see my file in that data. When I hover over the file in the results displayed (because the file is clickable), I can see the URL that will download it, but I am not seeing the IDs in that URL present in my results of the page request above.
I see a column called "Record ID#." It shows 4615 in the HTML table (from above). I also see a "Related Vendor" number as 1777. When I hover the clickable links for this vendor in this record of the HTML, I can see rid=1777, making me think 1777 is more useful to me than 4615.
At this point, I know DBID. I am not sure I know RID. I do not know FID nor VID. Is FID the name of the file ("My file.pdf"), or is FID something else?
I am trying to make requests to a url like this, but with no results. I am using my real url unlike what I am showing below.
target_domain.quickbase.com/up/abcdae/a/r1777/e0/v0
target_domain.quickbase.com/up/abcdae/a/r1777/e1/v0
target_domain.quickbase.com/up/abcdae/a/r1777/e2/v0
target_domain.quickbase.com/up/abcdae/a/r1777/e3/v0
...
target_domain.quickbase.com/up/abcdae/a/r4615/e0/v0
target_domain.quickbase.com/up/abcdae/a/r4615/e1/v0
target_domain.quickbase.com/up/abcdae/a/r4615/e2/v0
Thanks for any clarification.
- ChadCox7 years agoQrew TraineeI figured it all out in QB. Thanks for your help.