IAzureCosmosDbGetAssignmentsByCompany Method
Retrieves the custom assignments company
companyId has applied. If
companyId is
Empty,
then the global action flow assignments will be returned.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<List<ActionFlowAssignmentDto>> GetAssignmentsByCompany(
Guid companyId,
CancellationToken cancellationToken = default
)
- companyId Guid
- Company to retrieve the action flow assignments for.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskListActionFlowAssignmentDtoList of found assignments. If none exist, an empty
ListT will be returned.