Forum
Community Login
Infusionsoft Community
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Where's all the docs? (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Where's all the docs?
#4243
jamesz (User)
Junior Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Where's all the docs? 9 Months, 1 Week ago Karma: 0  
Ok, so I downloaded the API examples from here:
https://infusionsoft.helpstream.biz/View.jsp?procId=c0cb840a1cff125f011d0c4bfc3a71e6&from=SearchAll_10

I want to use DataService.update

key - (string) The encrypted API key
table - (string) The table to update the record
id - (int) The primary key of the record
values - (struct) A struct containing the...

So where are the table names? Where are all the field names for the tables?

Where are all the examples? The only example for the api is adding a contact!

Searching on google gets me nowhere, the search on the forum is next to useless. Searching on fusebox has next to nothing for api programming and tonnes for clients and the infusionsoft gui.

Please let me know, if there is a treasure trove of information hiding under a rock somewhere...

Thanks,

James.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4249
MMitchell (User)
CMAC
Posts: 91
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 24  
Hey James,

You may have missed this file, it has the table and field names.

Hope it helps!
File Attachment:
File Name: api.txt
File Size: 30292
 
Report to moderator   Logged Logged  
 
Last Edit: 2009/02/13 08:50 By MMitchell. Reason: Wouldn\'t take my file as xml
 
Micah Mitchell

InfusionSoft Certified Consultant
Web-Designer / Programmer

801-891-8778
micah@moldingbox.com

Free Wordpress Plugin for Infusionsoft
www.infusionsoft-wordpress.com

Free Joomla Plugin for Infusionsoft
www.infusionsoft-joomla.com

Learn How to Make GoToWebinar Integrate to Infusionsoft
www.infusionsoft-gotowebinar.com

Buying Leads? This Can Help
www.infusionsoft-leadcapture.com

  The administrator has disabled public write access.
#4251
MMitchell (User)
CMAC
Posts: 91
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 24  
 
Report to moderator   Logged Logged  
 
Micah Mitchell

InfusionSoft Certified Consultant
Web-Designer / Programmer

801-891-8778
micah@moldingbox.com

Free Wordpress Plugin for Infusionsoft
www.infusionsoft-wordpress.com

Free Joomla Plugin for Infusionsoft
www.infusionsoft-joomla.com

Learn How to Make GoToWebinar Integrate to Infusionsoft
www.infusionsoft-gotowebinar.com

Buying Leads? This Can Help
www.infusionsoft-leadcapture.com

  The administrator has disabled public write access.
#4271
justinm (User)
Infusionite
Posts: 67
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 11  
Thanks for the comment on the SDK Micah.

Also I created a new page that eliminates the need to look through an XML file for the tables/fields you can access. basically it parses the XML file and builds out an easier to read/navigate page, yes its ugly, but im a coder not a designer.

you can find this page at www.infusionsoft.com/fusebox/api/field_access.php
 
Report to moderator   Logged Logged  
 
In C++ it's harder to shoot yourself in the foot, but when you do, you blow off your whole leg.
  The administrator has disabled public write access.
#4273
MMitchell (User)
CMAC
Posts: 91
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 24  
That is snazzy, I've said it before, I'll say it again, you're the man Justin!
 
Report to moderator   Logged Logged  
 
Micah Mitchell

InfusionSoft Certified Consultant
Web-Designer / Programmer

801-891-8778
micah@moldingbox.com

Free Wordpress Plugin for Infusionsoft
www.infusionsoft-wordpress.com

Free Joomla Plugin for Infusionsoft
www.infusionsoft-joomla.com

Learn How to Make GoToWebinar Integrate to Infusionsoft
www.infusionsoft-gotowebinar.com

Buying Leads? This Can Help
www.infusionsoft-leadcapture.com

  The administrator has disabled public write access.
#4281
jamesz (User)
Junior Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 0  
Thanks for the help, and for listening to my rant.

Cheers,

James.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4283
GFox (User)
CMAC
Posts: 56
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 7  
Justin,

Thanks for posting that - it's a big help!
 
Report to moderator   Logged Logged  
 
Greg Fox, Infusionsoft CMAC and API Developer
Chief Software Architect
DMA Technology gfox@dmatechnology.com
  The administrator has disabled public write access.
#4309
justinm (User)
Infusionite
Posts: 67
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 9 Months, 1 Week ago Karma: 11  
No Problem!

If you run into any sections on it that when using it in the API it says "No Table Found" it just means they haven't been opened up yet but will be in future releases.
 
Report to moderator   Logged Logged  
 
In C++ it's harder to shoot yourself in the foot, but when you do, you blow off your whole leg.
  The administrator has disabled public write access.
#4573
marcpsummers (User)
CMAC
Posts: 124
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 8 Months, 2 Weeks ago Karma: 7  
I have looked at

http://www.infusionsoft.com/fusebox/api/field_access.php?table=Ticket

Am I right in saying there is no API access to the email history data?

For example if I wanted to inject sent messages from another system - is the table for emails available?
 
Report to moderator   Logged Logged  
 
Marc P Summers
InfusionSoft Certified marketing Automation Coach
Monkey Design House
Automated MarketingInfusionSoft UK ConsultancySEO Trainer
  The administrator has disabled public write access.
#4765
techportal (User)
CMAC
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Re:Where's all the docs? 8 Months ago Karma: 7  
Nope. No such animal in the API.

You may be able to create an Action Set, callable through the API, to simulate the dispatch of 3rd party messages.
 
Report to moderator   Logged Logged  
 
Bob Keen
https://www.InfusionWP.com - TurboCharge InfusionSoft with WordPress Membership Sites!

http://www.infusionsoftkunaki.com - Full Kunaki/Infusionsoft Gateway Solution

http://infusionsoft1clickupsell.com/ - Don't miss a launch and don't lose a single sale
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop