Data360 Govern

 View Only
  • 1.  Use UID in URL instead of artifact id or artifact type id

    Posted 08-16-2021 11:10

    Here at State Street we want to keep consistent urls between environments, so we  are keeping the asset type and asset uids consistent between all our environments. Since we are embedding Data360 into our product we would like to use the uids as part of the URL. so for example to show the Business Terms page we would use something like this 

    https://charlesriver.dev.data3sixty.com/f77da429-0ab6-4cf1-94a0-f0ee3de8f4ad

     

    Which is the UID for the Business Term Asset Type rather than the following

    https://charlesriver.dev.data3sixty.com/artifact/5

     

    Same with the business term pages themselves the url would have the UID so 



  • 2.  RE: Use UID in URL instead of artifact id or artifact type id

    Posted 08-16-2021 11:23

    Hi Patrick,

    I think this is possible! Try adding /asset before the UID:

    https://charlesriver.dev.data3sixty.com/asset/4552fd65-fab0-4a3b-974c-5bd123ee98c8



  • 3.  RE: Use UID in URL instead of artifact id or artifact type id

    Posted 08-16-2021 11:31

    Thanks Marisa, that worked!

    just to fill in the gaps for others

    asset/uid    --> Gives asset detail

    assettype/uid  --> gives the main asset type screen

     

    Regards

    -p