User extended list reports incorrect address link info
Brian Gray
Community All-Star
The "User extended list" endpoint does not report the correct information about linked addresses. (Output is edited for privacy and brevity.)
For an incoming student, the address links array is empty, even though the user has linked addresses for Home and Home2.
https://api.sky.blackbaud.com/school/v1/users/extended?base_role_ids=22
{
"id": 6538716,
"addresses": [{
*** "id": 4896789,
"address_type": "Home",
*** "links": [],
}, {
*** "id": 4896790,
"address_type": "Home 2",
*** "links": [],
}],
}]
}
The corresponding data from the "Addresses" endpoint returns the correct address link information.
https://api.sky.blackbaud.com/school/v1/users/6538716/addresses
{
"count": 2,
"value": [{
****"id": 4896789,
"city": "Austin",
"country": "United States",
****"links": [{
"type": "Home",
},
}, {
****"id": 4896790,
"city": "Austin",
"country": "United States",
****"links": [{
"type": "Home 2",
},
}]
}
Please update the code for User list extended to return the correct links information.
For an incoming student, the address links array is empty, even though the user has linked addresses for Home and Home2.
https://api.sky.blackbaud.com/school/v1/users/extended?base_role_ids=22
{
"id": 6538716,
"addresses": [{
*** "id": 4896789,
"address_type": "Home",
*** "links": [],
}, {
*** "id": 4896790,
"address_type": "Home 2",
*** "links": [],
}],
}]
}
The corresponding data from the "Addresses" endpoint returns the correct address link information.
https://api.sky.blackbaud.com/school/v1/users/6538716/addresses
{
"count": 2,
"value": [{
****"id": 4896789,
"city": "Austin",
"country": "United States",
****"links": [{
"type": "Home",
},
}, {
****"id": 4896790,
"city": "Austin",
"country": "United States",
****"links": [{
"type": "Home 2",
},
}]
}
Please update the code for User list extended to return the correct links information.
0
Comments
-
Hi Brian,
You are describing a bug for sure. Can you submit this through a support ticket? That will flow through to engineering to fix and you'll get notified when we release it!
Thanks for bringing this to our attention. Sorry it is inaccurate.
Janet0 -
I submitted the case this morning.
Janet - would you please contact me? I have a procedural question I would like to discuss. bgray@sstx.org0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
