viewProjectContactByID method

ResponseFuture<ProjectContact> viewProjectContactByID(
  1. Identifier request, {
  2. CallOptions? options,
})

Retrieves the complete, granular details of a specific project contact by its internal sequence ID.

This is a read-only operation that fetches full metadata, employee contexts, and approval histories.

Implementation

$grpc.ResponseFuture<$0.ProjectContact> viewProjectContactByID(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewProjectContactByID, request,
      options: options);
}