-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
Description
There are deserialization issues preventing full retrieval of API endpoint payloads in a variety of formats
- space/folder parent_id can be null but is specified as not null
- space/folder parent_id is specified as string but is passed as number
- dashboard_elements must be omitted from the field list for retrieving a dashboard because they don't deserialize.
- spaces/folders need to be omitted from the field list for dashboards and looks because they don't deserialize
There are other issues as well, but this is enough to get started