brandonrlz
New Member
- Joined
- Jul 29, 2011
- Messages
- 30
So I've been searching on the site for the last 20-30 minutes, and I think I'm just not looking for the right value....so I need some help.
What I'm wanting to know is....can VBA rewrite an API URL based on certain values selected in either text box, drop down, or even check marks?
My API URL layout is defined as such:
http://domainExample/webApp/api/1.0/
Example: domainExample/webApp/api/1.0/toplinetrend-data/topline.ftl?productionId=11223344&username=user.name@domain.com&format=CSV&userAuthKey=b111402b-7cb4-45ce-94de-a997fbf52bf8
This is just more brainstorming tactic so if there is a different way to approach this - I'm all ears!
What I'm wanting to know is....can VBA rewrite an API URL based on certain values selected in either text box, drop down, or even check marks?
My API URL layout is defined as such:
http://domainExample/webApp/api/1.0/
- Data type
- Report Name
- Report Format
- Production ID
- Username
Example: domainExample/webApp/api/1.0/toplinetrend-data/topline.ftl?productionId=11223344&username=user.name@domain.com&format=CSV&userAuthKey=b111402b-7cb4-45ce-94de-a997fbf52bf8
This is just more brainstorming tactic so if there is a different way to approach this - I'm all ears!