Get Form ID for Form Version

GET {{baseUrl}}/api/form-versions/:id/relationships/form/

Get the ID of the form associated with the given form version.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: forms:read

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":{"type":"form","id":"\u003cstring\u003e"}}