CMDBuild Forum

How to use attributes parameter in request?

I want to print cards with REST API but i cant find how to use attributes parameter in request.
Manual https://www.cmdbuild.org/file/manuali/webservice-manual-in-english says that you can use attributes paramter in this request.
Can anyone help me how to use it?
example request: https://mycmdbuild.com/cmdbuild/services/rest/v3/classes/System/print/file?extension=csv&attributes=

nwm, i figured it out. You just have to put i like this attributes=[“attr1”, “attr2”] but for some reason when i test it in browser it doesnt work and also any other parameters doesnt work. If you use it some other way for example python requests, it works.