Forum Discussion
Anonymous
1 year agoNot applicable
Unknown Error on Fabric Rest API getDefinition call on Semantic Model
Hi - running into an issue trying to get the defintion of a Semantic Model in a notebook. Note that the parameters are correct as if i drop the /getDefinition from the end I get results back as expe...
- 1 year ago
You used GET. This needs to be a POST call.
lbendlin
1 year agoSuper User
You used GET. This needs to be a POST call.
- Anonymous1 year agoNot applicable
thank you! this helped me greatly