Why the nodes I get from REST API didnt have “visible” property? The example from documetation show otherwise.
I retrieved the nodes using axios from “/v1/files/key” endpoint with read-only file content scope access token.
Why the nodes I get from REST API didnt have “visible” property? The example from documetation show otherwise.
I retrieved the nodes using axios from “/v1/files/key” endpoint with read-only file content scope access token.
Thanks for bringing this up – the current behavior of the API is that the “visible” property is only present when it is false. Otherwise, you should assume that visible = true if you don’t see the property in a node.
We’ll update the documentation to fix this discrepancy.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.