Atoka API User Reference
Notes to Accounts package "Sections"
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
---|---|---|---|---|---|---|
items[].content | content of the section | "string" | - | |||
items[].id | unique string identifier of this section, can be used as | "string" | - | |||
items[].sections[] | list of sub sections contained in this folder | {"foo": "bar"} | - | |||
items[].title | Title of the section | "string" | - | |||
items[].type | type of section. If it is a table, you will find in | "table", "folder" | - |
Example JSON fragment for package
{"items": [{"id": "foo", "title": "foo", "type": "table", "content": "foo", "sections": [{},...]},...]}