Reltio Connect

 View Only
  • 1.  Limit response attribute Addresses with AddressType value.

    Posted 04-21-2022 09:52
    Hi Team -

    I am new over here ...! I am looking for one specific solution , the scenario describe below .

    Scenario 
    1. We have Profile which have multiple entry for address like Home, Shipping,..etc 
    Is their an way to get Single Entity retrieves which could limit the data based on attributes Addresses with AddressType value, like not response Shipping data.

    Thanks you
    Somnath


  • 2.  RE: Limit response attribute Addresses with AddressType value.

    Reltio Partner
    Posted 04-24-2022 01:35
    Hi Somnath, 

    Did you find any way to achieve this ?
    Actually I was having a similar requirement wherein for address I was trying to get only few address attributes , say addline1, postalcode, city ignoring all other address attributes . Unfortunately it seems there's no way to achieve this :-(

    Please let me know.

    Thanks,
    Manish


  • 3.  RE: Limit response attribute Addresses with AddressType value.

    Founding Member
    Posted 04-24-2022 06:47
    I'm not sure if I understood your requirement, 

    Have you tried using filters ? Something like below ?

    filter=(equals(type,'configuration/entityTypes/<<EntityTYPE>>') and listEquals(attributes.Address.AddressTypeDetails.AddressType,'HOME','CALL'))&max=25&offset=0&&select=uri,label,type,secondaryLabel,defaultProfilePic,defaultProfilePicValue,attributes.Address,attributes.GeoLocation,attributes.ImageGallery,attributes.Employment


  • 4.  RE: Limit response attribute Addresses with AddressType value.

    Posted 04-26-2022 09:30
    @ Gowthamprabhu Sivaraj - Sorry if my query not very clear in first place.
    Current: We have profile of customer where we have multiple Address save like for example. We capture Home,Shipping(multiple shipping because of nature the customer added in past), Office
     
    Requirement: ​ One of our consumer wanted to view only Home Address of the customer rather shipping's or office. My question is their a way we could pull the customer profile and hide some Address shipping and office and only display Home address when we retrieve through API get service.

    I hope this give you some kind of background.

    -Somnath