For the complete documentation index, see llms.txt. This page is also available as Markdown.

XLSX

Download data structures as XLSX

post

Downloads data structures matching the provided filters as an XLSX file.

Body
data_structure_idinteger · nullableOptional

Filter by structure ID

download_typestring · enum · nullableOptional

Type of download (only 'editable' supported)

Possible values:
include_childrenboolean · nullableOptional

Include children structures

Default: false
langstring · nullableOptional

Language for labels

Default: en
note_typestring · enum · nullableOptional

Which note to export

Possible values:
pageinteger · nullableOptional

Page number (unused for download)

querystring · nullableOptional

Full-text search query

sizeinteger · nullableOptional

Page size (unused for download)

structure_url_schemastring · nullableOptional

URL template for structure links

Responses
200

XLSX file download

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
string · binaryOptional
post/api/data_structures/xlsx/download

Upload data structures from XLSX

post

Uploads an XLSX file to create or update data structures asynchronously.

Body
auto_publishbooleanOptional
langstringOptional
structuresstring · binaryRequired
Responses
200

Upload job created

application/json
job_idintegerOptional
post/api/data_structures/xlsx/upload

Last updated