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

Flow Group Assignment Entries

List entries for a flow group assignment.

get

Returns the flow document collection definitions linked to the specified flow group assignment.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Query parameters
flowGroupAssignmentObjectIdentifierstring · uuidOptional
Responses
200

OK

objectIdentifierstring · uuidOptional
namestring · nullableOptional
useAllDocumentsbooleanOptional
dateAddedstring · date-timeOptional
get/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-group-assignment-entries

Sync flow group assignment entries.

put

Adds and removes documents linked to a flow's group assignment so the assignment's document set matches the supplied lists.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

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

OK

objectIdentifierstring · uuidOptional
namestring · nullableOptional
useAllDocumentsbooleanOptional
dateAddedstring · date-timeOptional
put/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-group-assignment-entries

Last updated