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

Form Relations

Retrieve parent-child relationships between forms

Get parent forms of a form

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_shortstringRequired

Short name of the workspace instance (e.g. daxium-test)

structure_idstringRequired
Query parameters
per_pageintegerOptional
pageintegerOptional
updated_sinceinteger · int64Optional
Responses
200

Parent form IDs

application/json
total_countintegerOptional
total_pagesintegerOptional
next_pageintegerOptional
server_timeinteger · int64Optional
get/{app_short}/structure_relations/{structure_id}/parents
200

Parent form IDs

Last updated

Was this helpful?