I need to access a list of the Luminate API field names that correspond to the fields in LO
Basically I need to access a list of the Luminate API field names that correspond to the fields in LO so that a third party can map some software. I have no experience with APIs and cannot figure out how to achieve this. Any help would be appreciated.
Comments
-
@Brian Cramer Hi Brian, have you provided the third party with the Luminate Online API documentation?
0 -
@Derek Martin They would prefer that we provide them with a complete map of what fields we capture and the corresponding API field names as opposed to them completing it themselves but I can try this if all else fails.
0 -
@Brian Cramer
Assuming you're talking about the REST API and not the SOAP one. It's ugly, but you can see the XML schema in pages like……doesn't tell you much about which methods will be able to access those datapoints, but it does more or less tell you what's out there. @Derek Martin linked the REST API where you can find what those methods would be.
If you were talking SOAP, then same portal has those too…the dev would need to look at the info for QUERY procedures, there's a WDSL for mapping everything out, and there's a DescribeType operation that narrows things down a bit.
One other thing, “Roll Your Own API” method can also be used to make your own custom JSON responses based on S-Tags. That'd let you fire off whatever you can get from the constituent record using [[S1:foo]] or [[S48:cons_id-fr_id:cons.foo]]. Got some examples over on my GitHub, though I'm kinda in-process with fleshing out the documentation.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 396 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 650 Blackbaud Grantmaking™
- 568 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 34 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 785 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

