Reltio Connect

 View Only
  • 1.  How do I return a specific element type using GET {TenantURL}/configuration

    Posted 03-17-2023 14:08

    Hello,

    I'm interested in a GET request that returns a specific element type from our configuration.  For example, I just want to see my sources and nothing else.

    The Reltio documentation reflects that I can use the query parameter:

     However, my efforts have been unsuccessful when I've tried the following:

    • GET {{tenantURL}}/configuration?select=elements.sources
    • GET {{tenantURL}}/configuration?select=element.sources
    • GET {{tenantURL}}/configuration?select=sources

    Can someone share the GET request that I can use to produce the outcome I'm after?

    Thanks in advance and I look forward to your guidance/feedback.

    Cheers,



    ------------------------------
    Frank Zendejas
    Ferguson Enterprises
    ------------------------------


  • 2.  RE: How do I return a specific element type using GET {TenantURL}/configuration

    Founding Member
    Posted 03-19-2023 11:38

    Hi Frank,

    You can mention the sub objects of configuration as below in your GET API call :
    {{tenantURL}}
    /configuration/sources
    {{tenantURL}}/configuration/entityTypes



    ------------------------------
    Ashish Rawat
    Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 3.  RE: How do I return a specific element type using GET {TenantURL}/configuration

    Posted 03-20-2023 17:43

    Hello Ashish,

    Thank you!  That did it.

    Have a wonderful day,

    Frank Zendejas



    ------------------------------
    Frank Zendejas
    Ferguson Enterprises
    Houston
    ------------------------------