Null values
Hi,
I'm doing a GET on /v1/lists/advanced and when the results are returned, the value key is missing for fields that have null values. When I process the results, the missing value is causing issues. I figured this must have come up before, but I couldn't find anything in the search. In the example below, I need a value under “Middle Name” that is either blank, or null. I'd appreciate any advice. Thanks!
"columns": [{
"name": "First Name",
"value": "Ian"
}, {
"name": "Last Name",
"value": "Smith"
}, {
"name": "Middle Name"
}]
Comments
-
@Keith Myers
Generally in SKY API (RE and FE), when a field doesn't have value, the field wouldn't be returned at all. (so you woundn't even get “name”:"middle name")But given this isn't RE SKY API, the way the data is returned is also not the same JSON constructoin, I think only Blackbaud can help you answer.
However, I would suggest you can try updating your JSON Schema to allow “name” property to be string OR null.
"name": { "type": ["string", "null"] }
1
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®
- 649 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
- 247 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)
