Resolve a RUN or THREAD item to its current review section and zero-based.
func (
r *AnnotationQueueItemService) GetPlacement(ctx context.Context,
queueID string,
itemID string,
opts ...option.RequestOption) (res *AnnotationQueueItemGetPlacementResponse,
err error
)Resolve a RUN or THREAD item to its current review section and zero-based position for deep linking.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
itemID* | string | |
opts* | ...option.RequestOption |