IAzureCosmosDbGetAssignmentsByCompany Method

Retrieves the custom assignments company companyId has applied. If companyId is Empty, then the global action flow assignments will be returned.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<List<ActionFlowAssignmentDto>> GetAssignmentsByCompany(
	Guid companyId,
	CancellationToken cancellationToken = default
)

Parameters

companyId  Guid
Company to retrieve the action flow assignments for.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskListActionFlowAssignmentDto
List of found assignments. If none exist, an empty ListT will be returned.

See Also