Skip to main content
August 3, 2023
Solved

Nodes don't have "visible" property

  • August 3, 2023
  • 1 reply
  • 450 views

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.

This topic has been closed for replies.
Best answer by James_Yang

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.

1 reply

James_Yang
Figmate
Figmate
August 7, 2023

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.