
data field.
The layout is built up of a list of integration fields.
The POST request will contain this in its body:
Content Details Request
data field.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.

data field.
The layout is built up of a list of integration fields.
The POST request will contain this in its body:
{
type: 'proposal.editorWidget';
integration: IntegrationSessionData;
proposal: Proposal;
}
{
data: {
fields: IntegrationField[]
}
}
data field.