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

Flow Reference Material Assignment Entries

Get a flow's reference material assignment.

get

Returns a flow's source-document assignment and the reference material documents currently linked to it.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Query parameters
flowSourceDocumentAssignmentObjectIdentifierstring · uuidOptional
Responses
200

OK

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

Sync flow reference material documents.

put

Adds and removes reference material documents on a flow's source-document assignment in a single call, returning the updated assignment.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Body
flowSourceDocumentAssignmentObjectIdentifierstring · uuidOptional
documentObjectIdentifiersToAddstring · uuid[] · nullableOptional
documentObjectIdentifiersToRemovestring · uuid[] · nullableOptional
Responses
200

OK

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

Last updated