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

Flow Reference Material Assignments

List assignments for reference material.

get

Returns all source document assignments associated with the specified flow reference material.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Query parameters
flowReferenceMaterialObjectIdentifierstring · uuidOptional
Responses
200

OK

objectIdentifierstring · uuidOptional
flowReferenceMaterialObjectIdentifierstring · uuidOptional
get/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-reference-material-assignments

Assign documents to flow reference material.

post

Attaches one or more source documents to a flow's reference material so the flow can use them as reference during execution.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Body
flowReferenceMaterialObjectIdentifierstring · uuidOptional
documentObjectIdentifiersstring · uuid[] · nullableOptional
Responses
201

Created

objectIdentifierstring · uuidOptional
flowReferenceMaterialObjectIdentifierstring · uuidOptional
post/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-reference-material-assignments

Count active flow document assignments.

get

Returns how many source document assignments are currently active for the specified flow.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowObjectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200

OK

integer · int32Optional
get/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-reference-material-assignments/active-assignments

Get a flow document assignment by id.

get

Retrieves a single flow source document assignment by its unique identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Responses
200

OK

objectIdentifierstring · uuidOptional
flowReferenceMaterialObjectIdentifierstring · uuidOptional
get/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-reference-material-assignments/{objectIdentifier}

Update a flow document assignment.

put

Replaces the documents attached to an existing flow source document assignment.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Body
documentObjectIdentifiersstring · uuid[] · nullableOptional
Responses
200

OK

objectIdentifierstring · uuidOptional
flowReferenceMaterialObjectIdentifierstring · uuidOptional
put/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-reference-material-assignments/{objectIdentifier}

Delete a flow document assignment.

delete

Removes a flow source document assignment, detaching its documents from the flow's reference material.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Responses
204

No Content

No content

delete/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-reference-material-assignments/{objectIdentifier}

No content

Last updated