Forum Discussion

ddelapasse's avatar
ddelapasse
Helper I
1 year ago
Solved

Updating Semantic Models api - base64 encoded 'section' values are not json

I've had some success pulling the semantic model via REST api and updating the name inside BUT I would like to update the LineageTags of the fields when I perform a 'clone' operation within my projec...
  • Deku's avatar
    1 year ago

    That is TMDL, bit like YAML for semantic model

     

    Assume you use  Get Item Definition  Fabric API.

     

    There is format part to the URL.

     

    In the item definition it list formats as TMSL and TMDL

     

    TMSL is the JSON version, so could try calling that. Should give you model.bim.

     

    You can also use the C# libraries to convert between format